This commit is contained in:
Bernhard Posselt 2013-06-01 11:01:25 +02:00
Родитель 6475bf5da4
Коммит 693eabf69d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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();
}