summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--backgroundjob/task.php2
1 files changed, 1 insertions, 1 deletions
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();
}