Backgroundjobs: Forgot to require lib/base.php

remotes/origin/stable45
Jakob Sack 14 years ago
parent 28c1ec19ea
commit 2b5f005547
  1. 3
      settings/ajax/setbackgroundjobsmode.php

@ -20,6 +20,9 @@
*
*/
// Init owncloud
require_once('../../lib/base.php');
OC_Util::checkAdminUser();
OCP\JSON::callCheck();

Loading…
Cancel
Save