diff --git a/include/rssfuncs.php b/include/rssfuncs.php index e9b9c7142..ac00a9408 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -1,7 +1,7 @@ 30) { - update_daemon_common(); - } else { - $count = update_feedbrowser_cache(); - _debug("Feedbrowser updated, $count feeds processed."); - - purge_orphans( true); + update_daemon_common(); - $rc = cleanup_tags( 14, 50000); + $count = update_feedbrowser_cache(); + _debug("Feedbrowser updated, $count feeds processed."); - _debug("Cleaned $rc cached tags."); + purge_orphans( true); - PluginHost::getInstance()->run_hooks(PluginHost::HOOK_UPDATE_TASK, "hook_update_task", $op); - } + $rc = cleanup_tags( 14, 50000); + _debug("Cleaned $rc cached tags."); + PluginHost::getInstance()->run_hooks(PluginHost::HOOK_UPDATE_TASK, "hook_update_task", $op); } if (isset($options["cleanup-tags"])) {