summaryrefslogtreecommitdiffstats
path: root/lib/Cron/UpdaterJob.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Cron/UpdaterJob.php')
-rw-r--r--lib/Cron/UpdaterJob.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Cron/UpdaterJob.php b/lib/Cron/UpdaterJob.php
index d2dbde149..bec1c3579 100644
--- a/lib/Cron/UpdaterJob.php
+++ b/lib/Cron/UpdaterJob.php
@@ -60,7 +60,7 @@ class UpdaterJob extends TimedJob
Application::DEFAULT_SETTINGS['useCronUpdates']
);
- if (!$uses_cron || !$this->statusService->isProperlyConfigured()) {
+ if (!$uses_cron || !$this->statusService->isCronProperlyConfigured()) {
return;
}