summaryrefslogtreecommitdiffstats
path: root/backgroundjob
diff options
context:
space:
mode:
Diffstat (limited to 'backgroundjob')
-rw-r--r--backgroundjob/task.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/backgroundjob/task.php b/backgroundjob/task.php
index 820d36cc7..9a21a662f 100644
--- a/backgroundjob/task.php
+++ b/backgroundjob/task.php
@@ -34,7 +34,9 @@ class Task {
static public function run() {
$container = new DIContainer();
+ $container['FolderBusinessLayer']->purgeDeleted();
$container['FeedBusinessLayer']->updateAll();
+ $container['FeedBusinessLayer']->purgeDeleted();
$container['ItemBusinessLayer']->autoPurgeOld();
}