From 865c54abcb5bdfb6d68757cfadccd8383cdc213c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 15 Aug 2019 20:27:21 +0300 Subject: [PATCH] fix get_method_url() to use correct method parameter --- classes/pluginhost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }