summaryrefslogtreecommitdiff
path: root/classes/pluginhost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-08-15 20:27:21 +0300
committerAndrew Dolgov <[email protected]>2019-08-15 20:27:21 +0300
commit865c54abcb5bdfb6d68757cfadccd8383cdc213c (patch)
tree608c1c0c4731570ed5b9197ff4a958801741e103 /classes/pluginhost.php
parent10c63ed58240c3e652b931be9a880026c465bb50 (diff)
fix get_method_url() to use correct method parameter
Diffstat (limited to 'classes/pluginhost.php')
-rwxr-xr-xclasses/pluginhost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pluginhost.php b/classes/pluginhost.php
index 4cc85f044..9330e9e5e 100755
--- a/classes/pluginhost.php
+++ b/classes/pluginhost.php
@@ -500,7 +500,7 @@ class PluginHost {
[
"op" => "pluginhandler",
"plugin" => strtolower(get_class($sender)),
- "pmethod" => $method
+ "method" => $method
],
$params));
}