summaryrefslogtreecommitdiffstats
path: root/lib/Cron/Updater.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Cron/Updater.php')
-rw-r--r--lib/Cron/Updater.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Cron/Updater.php b/lib/Cron/Updater.php
index 9a65554a9..a33d7e7c1 100644
--- a/lib/Cron/Updater.php
+++ b/lib/Cron/Updater.php
@@ -42,7 +42,7 @@ class Updater extends TimedJob
$this->status = $status;
$this->updaterService = $updaterService;
- parent::setInterval($this->config->getupdateInterval());
+ parent::setInterval($this->config->getUpdateInterval());
}
protected function run($argument)