1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 06:55:56 +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",
"plugin" => strtolower(get_class($sender)),
"pmethod" => $method
"method" => $method
],
$params));
}