mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-12 11:31:00 +02:00
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…
x
Reference in New Issue
Block a user