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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user