From 693eabf69d607465445107e6cc8c470d9968df40 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 1 Jun 2013 11:01:25 +0200 Subject: first delete, then updated, #214 --- backgroundjob/task.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backgroundjob/task.php b/backgroundjob/task.php index 9a21a662f..24470c1a6 100644 --- a/backgroundjob/task.php +++ b/backgroundjob/task.php @@ -35,9 +35,9 @@ class Task { static public function run() { $container = new DIContainer(); $container['FolderBusinessLayer']->purgeDeleted(); - $container['FeedBusinessLayer']->updateAll(); $container['FeedBusinessLayer']->purgeDeleted(); $container['ItemBusinessLayer']->autoPurgeOld(); + $container['FeedBusinessLayer']->updateAll(); } -- cgit v1.2.3