Fix class names in some more places.

Related to the PSR-4 move via 865ecc8796
This commit is contained in:
wn_
2023-10-26 15:01:43 +00:00
parent 8c9c69921f
commit c7e1caf223
7 changed files with 7 additions and 7 deletions

View File

@@ -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);
}