зеркало из https://github.com/nextcloud/news.git
first delete, then updated, #214
This commit is contained in:
Родитель
6475bf5da4
Коммит
693eabf69d
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче