mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-31 11:11:28 +00:00
add support for plugins in prefs
This commit is contained in:
@@ -211,6 +211,11 @@ class Pref_Instances extends Handler_Protected {
|
||||
print "</table>";
|
||||
|
||||
print "</div>"; #pane
|
||||
|
||||
global $pluginhost;
|
||||
$pluginhost->run_hooks($pluginhost::HOOK_PREFS_TAB,
|
||||
"hook_prefs_tab", "prefInstances");
|
||||
|
||||
print "</div>"; #container
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user