diff --git a/apps/files_trashbin/index.php b/apps/files_trashbin/index.php index 46a601cfdde60523138e5f2c7181b4b1b53453b1..1aceb8ffefddf48976038ab74d2c0d7d8755fa7a 100644 --- a/apps/files_trashbin/index.php +++ b/apps/files_trashbin/index.php @@ -67,8 +67,8 @@ foreach ($result as $r) { } // Make breadcrumb -$breadcrumb = array(array('dir' => '', 'name' => 'Trash')); -$pathtohere = ''; +$pathtohere = ''; +$breadcrumb = array(); foreach (explode('/', $dir) as $i) { if ($i != '') { if ( preg_match('/^(.+)\.d[0-9]+$/', $i, $match) ) {