mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Sharing: Define missing template vars
This commit is contained in:
parent
137dce87fc
commit
7504ceb6f2
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ if ($source !== false) {
|
|||
$tmpl->assign("fileList", $list->fetchPage());
|
||||
$tmpl->assign("breadcrumb", $breadcrumbNav->fetchPage());
|
||||
$tmpl->assign("readonly", true);
|
||||
$tmpl->assign("allowZipDownload", false);
|
||||
$tmpl->assign("dir", 'shared dir');
|
||||
$tmpl->printPage();
|
||||
} else {
|
||||
//get time mimetype and set the headers
|
||||
|
|
|
|||
Loading…
Reference in a new issue