]> source.dussan.org Git - nextcloud-server.git/commitdiff
don't add a extra 'Trash' breadcrumb since we have the home-symbol now
authorBjörn Schießle <schiessle@owncloud.com>
Sat, 9 Feb 2013 11:32:08 +0000 (12:32 +0100)
committerBjörn Schießle <schiessle@owncloud.com>
Sat, 9 Feb 2013 11:32:08 +0000 (12:32 +0100)
apps/files_trashbin/index.php

index 46a601cfdde60523138e5f2c7181b4b1b53453b1..b78fd4e2563ff3719e62d0f7d9f219fe069562f9 100644 (file)
@@ -67,7 +67,6 @@ foreach ($result as $r) {
 }
 
 // Make breadcrumb\r
-$breadcrumb = array(array('dir' => '', 'name' => 'Trash'));\r
 $pathtohere = '';\r
 foreach (explode('/', $dir) as $i) {\r
        if ($i != '') {