summaryrefslogtreecommitdiffstats
path: root/core/ajax
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-11-14 11:10:31 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2012-11-14 11:10:31 +0100
commit99af3433d1cefacec8df709adeb958d7bb3177cf (patch)
tree46ca7e9080021240d7e5a7a77baa6ff3ad00696e /core/ajax
parentc353568ea09ef89e82c7b0f35b8d646b9c35005d (diff)
downloadnextcloud-server-99af3433d1cefacec8df709adeb958d7bb3177cf.tar.gz
nextcloud-server-99af3433d1cefacec8df709adeb958d7bb3177cf.zip
Fixing syntax error - closes #406
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));