1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 05:19:16 +00:00

add support for plugins in prefs

This commit is contained in:
Andrew Dolgov
2012-12-23 16:15:34 +04:00
parent 5a0e03923f
commit 6065f3ad63
8 changed files with 57 additions and 3 deletions

View File

@@ -487,6 +487,11 @@ class Pref_Users extends Handler_Protected {
}
print "</div>"; #pane
global $pluginhost;
$pluginhost->run_hooks($pluginhost::HOOK_PREFS_TAB,
"hook_prefs_tab", "prefUsers");
print "</div>"; #container
}