diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-11-14 11:10:31 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-11-14 11:10:31 +0100 |
commit | 99af3433d1cefacec8df709adeb958d7bb3177cf (patch) | |
tree | 46ca7e9080021240d7e5a7a77baa6ff3ad00696e /core/ajax | |
parent | c353568ea09ef89e82c7b0f35b8d646b9c35005d (diff) | |
download | nextcloud-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.php | 2 |
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)); |