1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-08-12 02:11:02 +02:00

Fixing syntax error - closes #406

Esse commit está contido em:
Thomas Müller 2012-11-14 11:17:21 +01:00
commit e06513d76b

Ver arquivo

@ -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));