Backgroundjobs: Forgot to require lib/base.php

This commit is contained in:
Jakob Sack 2012-08-09 21:29:45 +02:00
parent 28c1ec19ea
commit 2b5f005547

View file

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