From 41b82aa4b98bc0e2004e7d28c2f5933fbe3ad7a3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 24 Dec 2012 14:27:15 +0400 Subject: add HOOK_UPDATE_TASK --- update_daemon2.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'update_daemon2.php') diff --git a/update_daemon2.php b/update_daemon2.php index 3e66043aa..04a7b0fc2 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -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)"); -- cgit v1.2.3