From e06513d76bb7b91f6969ce318f66c8b1c0cc264a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Wed, 14 Nov 2012 11:17:21 +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 62ae07a24f..db4244d601 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));
-- 
GitLab