Browse Source

Fixing syntax error - closes #406

tags/v5.0.0alpha1
Thomas Müller 11 years ago
parent
commit
e06513d76b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/ajax/vcategories/favorites.php

+ 1
- 1
core/ajax/vcategories/favorites.php View File

@@ -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…
Cancel
Save