Merge pull request #33 from pranavk/revhistory

Send file path to the client also, fix revision history
pull/35/head
Morris Jobke 7 years ago committed by GitHub
commit f0fe133afb

@ -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