Backgroundjobs: Fix bug in admin interface

This commit is contained in:
Jakob Sack 2012-08-11 17:37:53 +02:00
parent 1d7e3071e0
commit bd90b7eaca
1 changed files with 1 additions and 1 deletions

View File

@ -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';