aboutsummaryrefslogtreecommitdiff
path: root/mod/pages/pages/pages/history.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/pages/pages/pages/history.php')
-rw-r--r--mod/pages/pages/pages/history.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pages/pages/pages/history.php b/mod/pages/pages/pages/history.php
index 7ed5ad7f7..a7ef57b6b 100644
--- a/mod/pages/pages/pages/history.php
+++ b/mod/pages/pages/pages/history.php
@@ -20,7 +20,7 @@ if (!$container) {
elgg_set_page_owner_guid($container->getGUID());
if (elgg_instanceof($container, 'group')) {
- elgg_push_breadcrumb($container->name, "pages/group/$container->guid/owner");
+ elgg_push_breadcrumb($container->name, "pages/group/$container->guid/all");
} else {
elgg_push_breadcrumb($container->name, "pages/owner/$container->username");
}