summaryrefslogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rw-r--r--service/statusservice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/statusservice.php b/service/statusservice.php
index b578dd7c5..2273d5a98 100644
--- a/service/statusservice.php
+++ b/service/statusservice.php
@@ -43,7 +43,7 @@ class StatusService {
$cronOn = $this->config->getUseCronUpdates();
// check for cron modes which may lead to problems
- if ($cronMode !== 'cron' && $cronMode !== 'webcron' && $cronOn) {
+ if ($cronMode !== 'cron' && $cronOn) {
$improperlyConfiguredCron = true;
}