summaryrefslogtreecommitdiffstats
path: root/core/ajax
diff options
context:
space:
mode:
Diffstat (limited to 'core/ajax')
-rw-r--r--core/ajax/vcategories/favorites.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ajax/vcategories/favorites.php b/core/ajax/vcategories/favorites.php
index 20accea61cd..62ae07a24f6 100644
--- a/core/ajax/vcategories/favorites.php
+++ b/core/ajax/vcategories/favorites.php
@@ -25,6 +25,6 @@ if(is_null($type)) {
}
$categories = new OC_VCategories($type);
-$ids = $categories->getFavorites($type)) {
+$ids = $categories->getFavorites($type));
OC_JSON::success(array('ids' => $ids));