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