diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-07-06 12:07:02 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-07-06 12:59:07 +0200 |
commit | a1872412bf24e175f4545216b597963137945aad (patch) | |
tree | fa37a83578f9709b7dfee20de1d078d12c631380 /apps/contacts | |
parent | ab1b4f1f0381b05debabdcee22cb1c4f54fa4219 (diff) | |
download | nextcloud-server-a1872412bf24e175f4545216b597963137945aad.tar.gz nextcloud-server-a1872412bf24e175f4545216b597963137945aad.zip |
Correct hack ;)
Diffstat (limited to 'apps/contacts')
-rw-r--r-- | apps/contacts/ajax/categories/rescan.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/ajax/categories/rescan.php b/apps/contacts/ajax/categories/rescan.php index f9d9ef7ba68..679f57aa26a 100644 --- a/apps/contacts/ajax/categories/rescan.php +++ b/apps/contacts/ajax/categories/rescan.php @@ -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) { |