summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/index.php
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-02-09 12:32:08 +0100
committerBjörn Schießle <schiessle@owncloud.com>2013-02-09 12:32:08 +0100
commit7507b1ddd388c145b555dcd05a3225babb749724 (patch)
treecb2517861f3399a92ab245bd5ec646caa893867d /apps/files_trashbin/index.php
parent5a15221910aa8307d58ae89fc8cb3555663b36d8 (diff)
downloadnextcloud-server-7507b1ddd388c145b555dcd05a3225babb749724.tar.gz
nextcloud-server-7507b1ddd388c145b555dcd05a3225babb749724.zip
don't add a extra 'Trash' breadcrumb since we have the home-symbol now
Diffstat (limited to 'apps/files_trashbin/index.php')
-rw-r--r--apps/files_trashbin/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_trashbin/index.php b/apps/files_trashbin/index.php
index 46a601cfdde..b78fd4e2563 100644
--- a/apps/files_trashbin/index.php
+++ b/apps/files_trashbin/index.php
@@ -67,7 +67,6 @@ foreach ($result as $r) {
}
// Make breadcrumb
-$breadcrumb = array(array('dir' => '', 'name' => 'Trash'));
$pathtohere = '';
foreach (explode('/', $dir) as $i) {
if ($i != '') {