mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Show include tags on single share
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
4a4a3874da
commit
ebd28ef9e0
1 changed files with 1 additions and 1 deletions
|
|
@ -382,7 +382,7 @@ class ShareAPIController extends OCSController {
|
|||
$share = $this->formatShare($share);
|
||||
|
||||
if ($includeTags) {
|
||||
$share = Helper::populateTags($formatted, 'file_source', \OC::$server->getTagManager());
|
||||
$share = Helper::populateTags(array($share), 'file_source', \OC::$server->getTagManager());
|
||||
}
|
||||
|
||||
return new DataResponse([$share]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue