summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/index.php
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-03-07 13:51:18 +0100
committerBjörn Schießle <schiessle@owncloud.com>2013-03-07 13:51:18 +0100
commitdda4c6bf4bcc535e969355d4a5cf661280ccd94a (patch)
treef67299593f1c0bb544b7fc485d1f555f7829b89e /apps/files_trashbin/index.php
parent718830365134cb3f4a68fba03274801cada71fdb (diff)
downloadnextcloud-server-dda4c6bf4bcc535e969355d4a5cf661280ccd94a.tar.gz
nextcloud-server-dda4c6bf4bcc535e969355d4a5cf661280ccd94a.zip
no dir parameter needed
Diffstat (limited to 'apps/files_trashbin/index.php')
-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 2e4c4953a16..2aa6b83613c 100644
--- a/apps/files_trashbin/index.php
+++ b/apps/files_trashbin/index.php
@@ -98,7 +98,7 @@ foreach (explode('/', $dir) as $i) {
$breadcrumbNav = new OCP\Template('files_trashbin', 'part.breadcrumb', '');
$breadcrumbNav->assign('breadcrumb', $breadcrumb);
$breadcrumbNav->assign('baseURL', OCP\Util::linkTo('files_trashbin', 'index.php') . '?dir=');
-$breadcrumbNav->assign('home', OCP\Util::linkTo('files', 'index.php') . '?dir=');
+$breadcrumbNav->assign('home', OCP\Util::linkTo('files', 'index.php'));
$list = new OCP\Template('files_trashbin', 'part.list', '');
$list->assign('files', $files);