summaryrefslogtreecommitdiff
path: root/update_daemon.php
diff options
context:
space:
mode:
Diffstat (limited to 'update_daemon.php')
-rw-r--r--update_daemon.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/update_daemon.php b/update_daemon.php
index 62f0982fc..8eca25b59 100644
--- a/update_daemon.php
+++ b/update_daemon.php
@@ -49,6 +49,10 @@
}
while (true) {
+
+ print "Purging old posts...\n";
+
+ global_purge_old_posts($link, false);
// FIXME: get all scheduled updates w/forced refetch
// Stub, until I figure out if it is really needed.