Fugly fixed include.

This commit is contained in:
Thomas Tanghus 2012-07-06 12:05:43 +02:00
parent 963faf6458
commit ab1b4f1f03
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
OCP\JSON::checkLoggedIn();
OCP\JSON::checkAppEnabled('contacts');
require_once('../loghandler.php');
require_once(__DIR__.'../loghandler.php');
$addressbooks = OC_Contacts_Addressbook::all(OCP\USER::getUser());
if(count($addressbooks) == 0) {