aboutsummaryrefslogtreecommitdiff
path: root/mod/file/pages/file/upload.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/file/pages/file/upload.php')
-rw-r--r--mod/file/pages/file/upload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/pages/file/upload.php b/mod/file/pages/file/upload.php
index c19522530..d97cc038d 100644
--- a/mod/file/pages/file/upload.php
+++ b/mod/file/pages/file/upload.php
@@ -19,7 +19,7 @@ elgg_push_breadcrumb(elgg_echo('file'), "file/all");
if (elgg_instanceof($owner, 'user')) {
elgg_push_breadcrumb($owner->name, "file/owner/$owner->username");
} else {
- elgg_push_breadcrumb($owner->name, "file/group/$owner->guid/owner");
+ elgg_push_breadcrumb($owner->name, "file/group/$owner->guid/all");
}
elgg_push_breadcrumb($title);