From: Thomas Mueller Date: Mon, 4 Mar 2013 20:45:21 +0000 (+0100) Subject: fixes #2089 X-Git-Tag: v5.0.0RC2~5^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a118906f2676ee20d2d8c97567ab6aa143a61f11;p=nextcloud-server.git fixes #2089 --- 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());