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

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Api/v1/Circles.php')
-rw-r--r--lib/Api/v1/Circles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Api/v1/Circles.php b/lib/Api/v1/Circles.php
index 9a9ffd2a..3cd29a2d 100644
--- a/lib/Api/v1/Circles.php
+++ b/lib/Api/v1/Circles.php
@@ -401,7 +401,7 @@ class Circles {
if ($frame->getCloudId() !== null) {
$name = $frame->getAuthor() . '@' . $frame->getCloudId();
} else {
- $name = MiscService::staticGetDisplayName($frame->getAuthor());
+ $name = MiscService::getDisplay($frame->getAuthor(), Member::TYPE_USER);
}
return [