mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
add support for plugins in prefs
This commit is contained in:
@@ -650,6 +650,10 @@ class Pref_Prefs extends Handler_Protected {
|
||||
print "</div>"; #pane
|
||||
}
|
||||
|
||||
global $pluginhost;
|
||||
$pluginhost->run_hooks($pluginhost::HOOK_PREFS_TAB,
|
||||
"hook_prefs_tab", "prefPrefs");
|
||||
|
||||
print "</div>"; #container
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user