summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-17 18:19:26 +0400
committerAndrew Dolgov <[email protected]>2013-04-17 18:19:28 +0400
commit7440a7fe3c43644cc3a90fe94e7c23795f04eeba (patch)
tree7cff1bf30db739c725f4cfa9dbdfeef7382ae93e /include
parenteefaa2df381686f771396baae2d0ae71b345c2e7 (diff)
daemon2: use passthrough to daemon-loop
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 14f4f0b78..ba2890669 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -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);