Backgroundjobs: Forgot to require lib/base.php
This commit is contained in:
parent
28c1ec19ea
commit
2b5f005547
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
// Init owncloud
|
||||
require_once('../../lib/base.php');
|
||||
|
||||
OC_Util::checkAdminUser();
|
||||
OCP\JSON::callCheck();
|
||||
|
||||
|
|
Loading…
Reference in a new issue