summaryrefslogtreecommitdiff
path: root/update_daemon2.php
diff options
context:
space:
mode:
Diffstat (limited to 'update_daemon2.php')
-rwxr-xr-xupdate_daemon2.php5
1 files changed, 2 insertions, 3 deletions
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)");