Skip to content
Snippets Groups Projects
Commit ba9f5f58 authored by Björn Schießle's avatar Björn Schießle
Browse files

add dirlisting var to file list

parent dda4c6bf
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment