We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1710b5 commit 23dbbcaCopy full SHA for 23dbbca
lib/private/Group/Database.php
@@ -458,11 +458,11 @@ public function countDisabledInGroup(string $gid): int {
458
459
public function getDisplayName(string $gid): string {
460
if (isset($this->groupCache[$gid])) {
461
- $displayName = $this->groupCache[$gid]['displayname'];
+ $displayName = $this->groupCache[$gid]['displayname'];
462
463
- if (isset($displayName) && trim($displayName) !== '') {
464
- return $displayName;
465
- }
+ if (isset($displayName) && trim($displayName) !== '') {
+ return $displayName;
+ }
466
}
467
468
$this->fixDI();
0 commit comments