1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 16:35:57 +00:00

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

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));
} }