fix get_method_url() to use correct method parameter

This commit is contained in:
Andrew Dolgov 2019-08-15 20:27:21 +03:00
parent 10c63ed582
commit 865c54abcb
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ class PluginHost {
[ [
"op" => "pluginhandler", "op" => "pluginhandler",
"plugin" => strtolower(get_class($sender)), "plugin" => strtolower(get_class($sender)),
"pmethod" => $method "method" => $method
], ],
$params)); $params));
} }