summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2013-03-04 13:17:35 -0800
committerFrank Karlitschek <frank@owncloud.org>2013-03-04 13:17:35 -0800
commit33c62bf11032e93d25eea8f593cf07d275e6480a (patch)
tree2aa1c1b7a3efb8f1ac6aa08120b10eb017e6ef11 /apps/files_trashbin
parent10b108ed8a280bc852dd086273c11d27cebd34b3 (diff)
parenta118906f2676ee20d2d8c97567ab6aa143a61f11 (diff)
downloadnextcloud-server-33c62bf11032e93d25eea8f593cf07d275e6480a.tar.gz
nextcloud-server-33c62bf11032e93d25eea8f593cf07d275e6480a.zip
Merge pull request #2090 from owncloud/fixing-2089-master
fixes #2089
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/index.php b/apps/files_trashbin/index.php
index 8e726836f8a..779db9bc31c 100644
--- a/apps/files_trashbin/index.php
+++ b/apps/files_trashbin/index.php
@@ -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());