mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 00:02:54 -04:00
fixes oc-1026
This commit is contained in:
parent
cfb3b633f5
commit
a1364c9726
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ if (isset($_GET['token']) && $source = OC_Share::getSource($_GET['token'])) {
|
|||
$list->assign("downloadURL", OCP\Util::linkTo("", "public.php")."?service=files&token=".$token."&path=");
|
||||
$list->assign("readonly", true);
|
||||
$tmpl = new OCP\Template("files", "index", "user");
|
||||
$tmpl->assign("fileList", $list->fetchPage());
|
||||
$tmpl->assign("fileList", $list->fetchPage(), false);
|
||||
$tmpl->assign("breadcrumb", $breadcrumbNav->fetchPage());
|
||||
$tmpl->assign("readonly", true);
|
||||
$tmpl->assign("allowZipDownload", false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue