From 360d0bdeed92186288afd0595cb968fa52aa42a5 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 24 Jul 2015 12:40:56 +0200 Subject: fix #828 also warn when webcron is disabled --- service/statusservice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/statusservice.php') 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; } -- cgit v1.2.3