aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/pages/reply.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/pages/reply.php')
-rw-r--r--mod/thewire/pages/reply.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/pages/reply.php b/mod/thewire/pages/reply.php
index e349761f2..c29f81669 100644
--- a/mod/thewire/pages/reply.php
+++ b/mod/thewire/pages/reply.php
@@ -10,7 +10,7 @@ $post = get_entity(get_input('guid'));
$title = elgg_echo('thewire:reply');
-elgg_push_breadcrumb(elgg_echo('thewire'), 'pg/thewire/all');
+elgg_push_breadcrumb(elgg_echo('thewire'), 'thewire/all');
elgg_push_breadcrumb($title);
$content = elgg_view('thewire/reply', array('post' => $post));