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

Fixing syntax error - closes #406

parent c353568e
Branches
No related tags found
No related merge requests found
......@@ -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));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment