]> source.dussan.org Git - nextcloud-server.git/commitdiff
Correct hack ;)
authorThomas Tanghus <thomas@tanghus.net>
Fri, 6 Jul 2012 10:07:02 +0000 (12:07 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Fri, 6 Jul 2012 10:59:07 +0000 (12:59 +0200)
apps/contacts/ajax/categories/rescan.php

index f9d9ef7ba685346225a3505968023c242bcdd5c8..679f57aa26a271019ce48164609b2b7777cefebd 100644 (file)
@@ -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) {