summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Service/StatusService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/StatusService.php b/lib/Service/StatusService.php
index c2daa0c0b..acfdf6be1 100644
--- a/lib/Service/StatusService.php
+++ b/lib/Service/StatusService.php
@@ -38,7 +38,7 @@ class StatusService
public function isProperlyConfigured(): bool
{
- $cronMode = $this->settings->getSystemValue('backgroundjobs_mode');
+ $cronMode = $this->settings->getAppValue('core', 'backgroundjobs_mode');
$cronOff = !$this->settings->getAppValue(
Application::NAME,
'useCronUpdates',