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

Correct hack ;)

parent ab1b4f1f
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(__DIR__.'../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