mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 14:45:57 +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