Skip to content
Snippets Groups Projects
Commit a118906f authored by Thomas Müller's avatar Thomas Müller
Browse files

fixes #2089

parent 5c061561
Branches
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ $list->assign('files', $files);
$list->assign('baseURL', OCP\Util::linkTo('files_trashbin', 'index.php'). '?dir='.$dir);
$list->assign('downloadURL', OCP\Util::linkTo('files_trashbin', 'download.php') . '?file='.$dir);
$list->assign('disableSharing', true);
$list->assign('dirlisting', $dirlisting);
$tmpl->assign('dirlisting', $dirlisting);
$list->assign('disableDownloadActions', true);
$tmpl->assign('breadcrumb', $breadcrumbNav->fetchPage());
$tmpl->assign('fileList', $list->fetchPage());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment