mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:15:55 +00:00
pluginhost: do not connect via legacy DB api until requested
log all initiated legacy database connections
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user