1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:45:56 +00:00

make cache starred plugin use hook_house_keeping

This commit is contained in:
Andrew Dolgov
2013-08-02 14:12:56 +04:00
parent 8e47022036
commit 4e5ddeafa6
2 changed files with 29 additions and 3 deletions

View File

@@ -391,10 +391,13 @@ class Handler_Public extends Handler {
}
function updateTask() {
PluginHost::getInstance()->run_hooks(PluginHost::HOOK_UPDATE_TASK, "hook_update_task", $op);
}
function housekeepingTask() {
PluginHost::getInstance()->run_hooks(PluginHost::HOOK_HOUSE_KEEPING, "hook_house_keeping", $op);
}
function globalUpdateFeeds() {
RPC::updaterandomfeed_real($this->dbh);