mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 09:29:15 +00:00
make pluginhost a singleton
This commit is contained in:
@@ -453,8 +453,7 @@ class Pref_Users extends Handler_Protected {
|
||||
|
||||
print "</div>"; #pane
|
||||
|
||||
global $pluginhost;
|
||||
$pluginhost->run_hooks($pluginhost::HOOK_PREFS_TAB,
|
||||
PluginHost::getInstance()->run_hooks(PluginHost::HOOK_PREFS_TAB,
|
||||
"hook_prefs_tab", "prefUsers");
|
||||
|
||||
print "</div>"; #container
|
||||
|
||||
Reference in New Issue
Block a user