1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 09:15:55 +00:00

add HOOK_UPDATE_TASK

This commit is contained in:
Andrew Dolgov
2012-12-24 14:27:15 +04:00
parent 356a991a7b
commit 41b82aa4b9
5 changed files with 114 additions and 105 deletions

View File

@@ -206,9 +206,8 @@
_debug("Cleaned $rc cached tags.");
_debug("Updating linked feeds...");
get_linked_feeds($link);
global $pluginhost;
$pluginhost->run_hooks($pluginhost::HOOK_UPDATE_TASK, "hook_update_task", $op);
}
_debug("Elapsed time: " . (time() - $start_timestamp) . " second(s)");