diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-03-07 14:54:59 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-03-07 14:54:59 +0100 |
commit | ba9f5f58854872ceb619e0f7c6debdf051cc3108 (patch) | |
tree | a7e7bcef7b5e47475705bdc86cdb30f184906be3 /apps | |
parent | dda4c6bf4bcc535e969355d4a5cf661280ccd94a (diff) | |
download | nextcloud-server-ba9f5f58854872ceb619e0f7c6debdf051cc3108.tar.gz nextcloud-server-ba9f5f58854872ceb619e0f7c6debdf051cc3108.zip |
add dirlisting var to file list
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_trashbin/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_trashbin/index.php b/apps/files_trashbin/index.php index 2aa6b83613c..24ccd8c4609 100644 --- a/apps/files_trashbin/index.php +++ b/apps/files_trashbin/index.php @@ -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()); |