]> source.dussan.org Git - nextcloud-server.git/commitdiff
Make deleting a group compatible with ocs v2 3879/head
authorJoas Schilling <coding@schilljs.com>
Thu, 23 Mar 2017 18:24:02 +0000 (19:24 +0100)
committerJoas Schilling <coding@schilljs.com>
Thu, 23 Mar 2017 18:24:02 +0000 (19:24 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/provisioning_api/lib/Controller/GroupsController.php

index c772076c3d176d758a0eda08d9262338039a7eba..2d329bf974be5c7dc00fbb6006669efe4f6b06fc 100644 (file)
@@ -164,7 +164,7 @@ class GroupsController extends OCSController {
                        throw new OCSException('', 102);
                }
 
-               return new DataResponse(null, 100);
+               return new DataResponse();
        }
 
        /**