Fixing syntax error - closes #406
This commit is contained in:
parent
c353568ea0
commit
99af3433d1
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue