Fixing syntax error - closes #406
This commit is contained in:
parent
99af3433d1
commit
e06513d76b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue