From: Björn Schießle Date: Sat, 9 Feb 2013 11:32:08 +0000 (+0100) Subject: don't add a extra 'Trash' breadcrumb since we have the home-symbol now X-Git-Tag: v5.0.0alpha1~44^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7507b1ddd388c145b555dcd05a3225babb749724;p=nextcloud-server.git don't add a extra 'Trash' breadcrumb since we have the home-symbol now --- 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 != '') {