]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixes oc-1026
authorThomas Mueller <thomas.mueller@tmit.eu>
Mon, 18 Jun 2012 20:48:52 +0000 (22:48 +0200)
committerThomas Mueller <thomas.mueller@tmit.eu>
Mon, 18 Jun 2012 20:48:52 +0000 (22:48 +0200)
apps/files_sharing/get.php

index e2fcb82750d80f5c662b26380a5da9790d388a8a..a051451d33a40e075e717939d8f95828275a716a 100644 (file)
@@ -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);