From 99af3433d1cefacec8df709adeb958d7bb3177cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Wed, 14 Nov 2012 11:10:31 +0100 Subject: [PATCH] Fixing syntax error - closes #406 --- core/ajax/vcategories/favorites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ajax/vcategories/favorites.php b/core/ajax/vcategories/favorites.php index 20accea61c..62ae07a24f 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));