Explorar el Código

Make deleting a group compatible with ocs v2

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v12.0.0beta1
Joas Schilling hace 7 años
padre
commit
3c1e7e5ada
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      apps/provisioning_api/lib/Controller/GroupsController.php

+ 1
- 1
apps/provisioning_api/lib/Controller/GroupsController.php Ver fichero

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

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

/**

Cargando…
Cancelar
Guardar