Fixing syntax error - closes #406

This commit is contained in:
Thomas Müller 2012-11-14 11:10:31 +01:00
parent c353568ea0
commit 99af3433d1
1 changed files with 1 additions and 1 deletions

View File

@ -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));