summaryrefslogtreecommitdiffstats
path: root/backgroundjob/task.php
diff options
context:
space:
mode:
Diffstat (limited to 'backgroundjob/task.php')
-rw-r--r--backgroundjob/task.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/backgroundjob/task.php b/backgroundjob/task.php
index 3e9aadfd4..363657e61 100644
--- a/backgroundjob/task.php
+++ b/backgroundjob/task.php
@@ -35,6 +35,7 @@ class Task {
static public function run() {
$container = new DIContainer();
$container['FeedBl']->updateAll();
+ $container['FeedBl']->autoPurgeOld();
}