summaryrefslogtreecommitdiff
path: root/classes/handler
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-12-03 14:49:18 +0300
committerAndrew Dolgov <[email protected]>2017-12-03 14:49:18 +0300
commitdf5d2a06657be3abb671c44295848afefc7f8fd4 (patch)
treeffa8e53ec186bb45b2d404225c0be645541e20d7 /classes/handler
parent62c37cd697187a593afca4d17db26cfd6ef36ece (diff)
pluginhost: do not connect via legacy DB api until requested
log all initiated legacy database connections
Diffstat (limited to 'classes/handler')
-rw-r--r--classes/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index a5b7f94be..e2df4a3cc 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -338,7 +338,7 @@ class Handler_Public extends Handler {
}
function globalUpdateFeeds() {
- RPC::updaterandomfeed_real($this->dbh);
+ RPC::updaterandomfeed_real();
PluginHost::getInstance()->run_hooks(PluginHost::HOOK_UPDATE_TASK, "hook_update_task", false);
}