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/Sharees.php')
-rw-r--r--lib/Api/Sharees.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Api/Sharees.php b/lib/Api/Sharees.php
index c1437dfc..d308422f 100644
--- a/lib/Api/Sharees.php
+++ b/lib/Api/Sharees.php
@@ -84,7 +84,7 @@ class Sharees {
'shareType' => Share::SHARE_TYPE_CIRCLE,
'shareWith' => $entry->getUniqueId(),
'circleInfo' => $entry->getInfo(),
- 'circleOwner' => MiscService::staticGetUserManager(
+ 'circleOwner' => MiscService::staticGetDisplayName(
$entry->getOwner()
->getUserId()
)