Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-08-12 23:10:26 +0300
committerdartcafe <github@dartcafe.de>2020-08-12 23:10:26 +0300
commit2e1eccb0d11a324723e677c098a683ca2febfcd1 (patch)
tree7df03e30514d1154ded6b02a2c44f95380855531 /lib
parentab6c0fe12c00a569bbb4252c76cb37a924ef9100 (diff)
add getDisplayName to groups
Diffstat (limited to 'lib')
-rw-r--r--lib/Service/SystemService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/SystemService.php b/lib/Service/SystemService.php
index 5932fae5..5cabdadf 100644
--- a/lib/Service/SystemService.php
+++ b/lib/Service/SystemService.php
@@ -126,7 +126,7 @@ class SystemService {
'id' => $group->getGID(),
'user' => $group->getGID(),
'organisation' => '',
- 'displayName' => $group->getGID(),
+ 'displayName' => $group->getDisplayName(),
'emailAddress' => '',
'desc' => 'Group',
'type' => 'group',