diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-02-09 12:32:08 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-02-09 12:32:08 +0100 |
commit | 7507b1ddd388c145b555dcd05a3225babb749724 (patch) | |
tree | cb2517861f3399a92ab245bd5ec646caa893867d /apps/files_trashbin/index.php | |
parent | 5a15221910aa8307d58ae89fc8cb3555663b36d8 (diff) | |
download | nextcloud-server-7507b1ddd388c145b555dcd05a3225babb749724.tar.gz nextcloud-server-7507b1ddd388c145b555dcd05a3225babb749724.zip |
don't add a extra 'Trash' breadcrumb since we have the home-symbol now
Diffstat (limited to 'apps/files_trashbin/index.php')
-rw-r--r-- | apps/files_trashbin/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_trashbin/index.php b/apps/files_trashbin/index.php index 46a601cfdde..b78fd4e2563 100644 --- a/apps/files_trashbin/index.php +++ b/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 != '') { |