1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Fugly fixed include.

This commit is contained in:
Thomas Tanghus 2012-07-06 12:05:43 +02:00
parent 0ceb588b15
commit f49a8a6be6

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) {