mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:25:55 +00:00
remove magpie, fix article filter plugins
This commit is contained in:
@@ -57,7 +57,11 @@ class PluginHost {
|
||||
}
|
||||
|
||||
function get_hooks($type) {
|
||||
return $this->hooks[$type];
|
||||
if (isset($this->hooks[$type])) {
|
||||
return $this->hooks[$type];
|
||||
} else {
|
||||
return array();
|
||||
}
|
||||
}
|
||||
|
||||
function load($classlist) {
|
||||
|
||||
Reference in New Issue
Block a user