From 7507b1ddd388c145b555dcd05a3225babb749724 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= Date: Sat, 9 Feb 2013 12:32:08 +0100 Subject: [PATCH] don't add a extra 'Trash' breadcrumb since we have the home-symbol now --- apps/files_trashbin/index.php | 1 - 1 file changed, 1 deletion(-) 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 != '') { -- 2.39.5