Fix indentation error

Signed-off-by: tgrant <tom.grant760@gmail.com>
This commit is contained in:
Tom Grant 2020-09-27 13:00:02 +01:00 committed by backportbot[bot]
parent b60b800bb1
commit 648b395af1

View file

@ -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();