Fixed indentation

Signed-off-by: Dries Mys <dries.mys@my-dreams.be>
This commit is contained in:
Dries Mys 2021-05-24 22:22:22 +02:00
parent 4a3b3abe6f
commit 4a51882793
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ class GroupsController extends AUserData {
}
$group = $this->groupManager->createGroup($groupid);
if ($displayname !== '') {
$group->setDisplayName($displayname);
$group->setDisplayName($displayname);
}
return new DataResponse();
}