summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorwn_ <[email protected]>2023-10-26 15:01:43 +0000
committerwn_ <[email protected]>2023-10-26 15:01:43 +0000
commitc7e1caf223f51a08b275e47d9e6f79284ba375dd (patch)
treee5fb0fab78868612c14eb064bbc73d4ba07025a3 /include
parent8c9c69921f8552e49291df9e2503709aaa564270 (diff)
Fix class names in some more places.
Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f
Diffstat (limited to 'include')
-rwxr-xr-xinclude/controls.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/controls.php b/include/controls.php
index 1ea019769..2fa797dbc 100755
--- a/include/controls.php
+++ b/include/controls.php
@@ -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);
}