Send file path to the client also, fix revision history

(cherry picked from commit 66935d4bed)
Signed-off-by: Andras Timar <andras.timar@collabora.com>
pull/61/head
Pranav Kant 7 years ago committed by Andras Timar
parent 7e4c59e360
commit c21c029fa4

@ -107,7 +107,7 @@ class DocumentController extends Controller {
'fileId' => $item->getId() . '_' . $this->settings->getSystemValue('instanceid'),
'token' => $token,
'urlsrc' => $urlSrc,
'path' => '/',
'path' => $folder->getRelativePath($item->getPath()),
'instanceId' => $this->settings->getSystemValue('instanceid'),
];

Loading…
Cancel
Save