aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contacts/ajax/categories/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/contacts/ajax/categories/list.php')
-rw-r--r--apps/contacts/ajax/categories/list.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/contacts/ajax/categories/list.php b/apps/contacts/ajax/categories/list.php
index 3ae7635390c..f234116ba8c 100644
--- a/apps/contacts/ajax/categories/list.php
+++ b/apps/contacts/ajax/categories/list.php
@@ -13,5 +13,3 @@ OCP\JSON::checkAppEnabled('contacts');
$categories = OC_Contacts_App::getCategories();
OCP\JSON::success(array('data' => array('categories'=>$categories)));
-
-?>