mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 23:27:46 -04:00
Fixed indentation
Signed-off-by: Dries Mys <dries.mys@my-dreams.be>
This commit is contained in:
parent
101153c11d
commit
644cb4154b
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ class GroupsController extends AUserData {
|
|||
}
|
||||
$group = $this->groupManager->createGroup($groupid);
|
||||
if ($displayname !== '') {
|
||||
$group->setDisplayName($displayname);
|
||||
$group->setDisplayName($displayname);
|
||||
}
|
||||
return new DataResponse();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue