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:
@@ -500,7 +500,7 @@ class PluginHost {
|
||||
[
|
||||
"op" => "pluginhandler",
|
||||
"plugin" => strtolower(get_class($sender)),
|
||||
"pmethod" => $method
|
||||
"method" => $method
|
||||
],
|
||||
$params));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user