Exemple #1
0
 function updaterandomfeed()
 {
     RPC::updaterandomfeed_real($this->dbh);
 }
Exemple #2
0
 function globalUpdateFeeds()
 {
     RPC::updaterandomfeed_real($this->dbh);
     PluginHost::getInstance()->run_hooks(PluginHost::HOOK_UPDATE_TASK, "hook_update_task", false);
 }