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

remotes/origin/stable5
Björn Schießle 12 years ago
parent 5a15221910
commit 7507b1ddd3
  1. 1
      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 != '') {

Loading…
Cancel
Save