Fix class names in some more places.
Related to the PSR-4 move via 865ecc8796
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
function pluginhandler_tags(\Plugin $plugin, string $method): string {
|
||||
return hidden_tag("op", "pluginhandler") .
|
||||
return hidden_tag("op", "PluginHandler") .
|
||||
hidden_tag("plugin", strtolower(get_class($plugin))) .
|
||||
hidden_tag("method", $method);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user