add dirlisting var to file list

This commit is contained in:
Björn Schießle 2013-03-07 14:54:59 +01:00
parent dda4c6bf4b
commit ba9f5f5885
1 changed files with 1 additions and 0 deletions

View File

@ -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());