瀏覽代碼

return the as well note if we fetch a share

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
tags/v14.0.0beta1
Bjoern Schiessle 6 年之前
父節點
當前提交
72d2455577
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      apps/files_sharing/lib/Controller/ShareAPIController.php

+ 1
- 0
apps/files_sharing/lib/Controller/ShareAPIController.php 查看文件

@@ -144,6 +144,7 @@ class ShareAPIController extends OCSController {
'expiration' => null,
'token' => null,
'uid_file_owner' => $share->getShareOwner(),
'note' => $share->getNote(),
'displayname_file_owner' => $shareOwner !== null ? $shareOwner->getDisplayName() : $share->getShareOwner(),
];


Loading…
取消
儲存