fix get_method_url() to use correct method parameter
This commit is contained in:
parent
10c63ed582
commit
865c54abcb
|
@ -500,7 +500,7 @@ class PluginHost {
|
|||
[
|
||||
"op" => "pluginhandler",
|
||||
"plugin" => strtolower(get_class($sender)),
|
||||
"pmethod" => $method
|
||||
"method" => $method
|
||||
],
|
||||
$params));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue