summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-06-01 11:01:25 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-06-01 11:01:25 +0200
commit693eabf69d607465445107e6cc8c470d9968df40 (patch)
treeb9a1036a45f0553d3909a7aa3f98c0fc6ac61095
parent6475bf5da478a04edc0cc5aa125626a912e613c8 (diff)
first delete, then updated, #214
-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();
}