Fugly fixed include.

remotes/origin/stable5
Thomas Tanghus 13 years ago
parent 963faf6458
commit ab1b4f1f03
  1. 2
      apps/contacts/ajax/categories/rescan.php

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

Loading…
Cancel
Save