]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixing syntax error - closes #406
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 14 Nov 2012 10:10:31 +0000 (11:10 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 14 Nov 2012 10:10:31 +0000 (11:10 +0100)
core/ajax/vcategories/favorites.php

index 20accea61cdbabe0d37c42ad9b12f0ae9a11bc48..62ae07a24f6a0e584ae5042b7b4e822419716ce8 100644 (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));