Merge pull request #33 from pranavk/revhistory

Send file path to the client also, fix revision history
This commit is contained in:
Morris Jobke 2017-04-04 11:40:19 -05:00 committed by GitHub
commit f0fe133afb

View File

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