From c7e1caf223f51a08b275e47d9e6f79284ba375dd Mon Sep 17 00:00:00 2001 From: wn_ Date: Thu, 26 Oct 2023 15:01:43 +0000 Subject: Fix class names in some more places. Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f --- include/controls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/controls.php') 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); } -- cgit v1.2.3