summaryrefslogtreecommitdiff
path: root/include/controls.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-27 22:07:41 +0300
committerAndrew Dolgov <[email protected]>2023-10-27 22:07:41 +0300
commit5a7c5b8249e880952e011dd4e91726c0409c92de (patch)
treeefff53ca9e2722fb2603a01a14ba814cbda3df42 /include/controls.php
parent5920ac814c0a72b8c348650b09597ed8793a54c9 (diff)
parent2af5f7348024d91d866f64202f8290dda5177583 (diff)
Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss
Diffstat (limited to 'include/controls.php')
-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);
}