1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:25:55 +00:00

daemon2: use passthrough to daemon-loop

This commit is contained in:
Andrew Dolgov
2013-04-17 18:19:26 +04:00
parent eefaa2df38
commit 7440a7fe3c
3 changed files with 19 additions and 59 deletions

View File

@@ -337,7 +337,7 @@
}
}
$pluginhost = new PluginHost();
$pluginhost = new PluginHost(Db::get());
$pluginhost->set_debug($debug_enabled);
$user_plugins = get_pref( "_ENABLED_PLUGINS", $owner_uid);