Correct hack ;)

remotes/origin/stable5
Thomas Tanghus 2012-07-06 12:07:02 +07:00
parent ab1b4f1f03
commit a1872412bf
1 changed files with 1 additions and 1 deletions

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