Browse Source

Make deleting a group compatible with ocs v2

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v12.0.0beta1
Joas Schilling 7 years ago
parent
commit
3c1e7e5ada
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/provisioning_api/lib/Controller/GroupsController.php

+ 1
- 1
apps/provisioning_api/lib/Controller/GroupsController.php View File

@@ -164,7 +164,7 @@ class GroupsController extends OCSController {
throw new OCSException('', 102);
}

return new DataResponse(null, 100);
return new DataResponse();
}

/**

Loading…
Cancel
Save