summaryrefslogtreecommitdiffstats
path: root/settings/ajax/setbackgroundjobsmode.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/ajax/setbackgroundjobsmode.php')
-rw-r--r--settings/ajax/setbackgroundjobsmode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/ajax/setbackgroundjobsmode.php b/settings/ajax/setbackgroundjobsmode.php
index 0ff14376e6e..905b90e645c 100644
--- a/settings/ajax/setbackgroundjobsmode.php
+++ b/settings/ajax/setbackgroundjobsmode.php
@@ -26,6 +26,6 @@ require_once('../../lib/base.php');
OC_Util::checkAdminUser();
OCP\JSON::callCheck();
-OC_Appconfig::setValue( 'core', 'backgroundjob_mode', $_POST['mode'] );
+OC_Appconfig::setValue( 'core', 'backgroundjobs_mode', $_POST['mode'] );
echo 'true';