summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-03-07 14:54:59 +0100
committerBjörn Schießle <schiessle@owncloud.com>2013-03-07 14:54:59 +0100
commitba9f5f58854872ceb619e0f7c6debdf051cc3108 (patch)
treea7e7bcef7b5e47475705bdc86cdb30f184906be3 /apps
parentdda4c6bf4bcc535e969355d4a5cf661280ccd94a (diff)
downloadnextcloud-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.php1
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());