mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Fix indentation error
Signed-off-by: tgrant <tom.grant760@gmail.com>
This commit is contained in:
parent
b60b800bb1
commit
648b395af1
1 changed files with 4 additions and 4 deletions
|
|
@ -456,11 +456,11 @@ class Database extends ABackend implements
|
|||
|
||||
public function getDisplayName(string $gid): string {
|
||||
if (isset($this->groupCache[$gid])) {
|
||||
$displayName = $this->groupCache[$gid]['displayname'];
|
||||
$displayName = $this->groupCache[$gid]['displayname'];
|
||||
|
||||
if (isset($displayName) && trim($displayName) !== '') {
|
||||
return $displayName;
|
||||
}
|
||||
if (isset($displayName) && trim($displayName) !== '') {
|
||||
return $displayName;
|
||||
}
|
||||
}
|
||||
|
||||
$this->fixDI();
|
||||
|
|
|
|||
Loading…
Reference in a new issue