зеркало из https://github.com/nextcloud/news.git
fix cronjob registration
This commit is contained in:
Родитель
c20ac33c9e
Коммит
90cbff2528
|
@ -86,7 +86,7 @@ class AppConfig {
|
|||
$this->registerNavigation();
|
||||
$this->registerHooks();
|
||||
// Fuck it lets just do this quick and dirty until core supports this
|
||||
Backgroundjob::addRegularTask($job['cron'][0]['job'], 'run');
|
||||
Backgroundjob::addRegularTask($this->config['cron']['job'], 'run');
|
||||
App::registerAdmin($this->config['id'], $this->config['admin']);
|
||||
}
|
||||
|
||||
|
@ -131,4 +131,4 @@ class AppConfig {
|
|||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче