зеркало из https://github.com/nextcloud/news.git
Родитель
ff16cd0908
Коммит
68e3fa0172
|
@ -42,8 +42,8 @@ class Updater extends Job {
|
|||
protected function run($argument) {
|
||||
if ($this->config->getUseCronUpdates() &&
|
||||
$this->status->isProperlyConfigured()) {
|
||||
$this->updaterService->update();
|
||||
$this->updaterService->beforeUpdate();
|
||||
$this->updaterService->update();
|
||||
$this->updaterService->afterUpdate();
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче