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