don't add a extra 'Trash' breadcrumb since we have the home-symbol now

This commit is contained in:
Björn Schießle 2013-02-09 12:32:08 +01:00
parent 5a15221910
commit 7507b1ddd3
1 changed files with 0 additions and 1 deletions

View File

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