Skip to content
Snippets Groups Projects
Commit e06513d7 authored by Thomas Müller's avatar Thomas Müller
Browse files

Fixing syntax error - closes #406

parent 99af3433
Branches
No related tags found
No related merge requests found
...@@ -25,6 +25,6 @@ if(is_null($type)) { ...@@ -25,6 +25,6 @@ if(is_null($type)) {
} }
$categories = new OC_VCategories($type); $categories = new OC_VCategories($type);
$ids = $categories->getFavorites($type)); $ids = $categories->getFavorites($type);
OC_JSON::success(array('ids' => $ids)); OC_JSON::success(array('ids' => $ids));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment