1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

experimental support for per-user plugins (bump schema)

This commit is contained in:
Andrew Dolgov
2012-12-25 00:45:10 +04:00
parent 57e9729425
commit de612e7a38
16 changed files with 214 additions and 24 deletions
+1 -1
View File
@@ -1480,11 +1480,11 @@ class Pref_Feeds extends Handler_Protected {
print "</div>"; #pane
global $pluginhost;
$pluginhost->run_hooks($pluginhost::HOOK_PREFS_TAB,
"hook_prefs_tab", "prefFeeds");
print "</div>"; #container
}
private function feedlist_init_cat($cat_id, $hidden = false) {