Skip to content
Snippets Groups Projects
Commit ab1b4f1f authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Fugly fixed include.

parent 963faf64
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment