aboutsummaryrefslogtreecommitdiff
path: root/mod/groups
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-06-28 07:49:20 -0400
committerCash Costello <cash.costello@gmail.com>2012-06-28 07:49:20 -0400
commite37bea365192029361b822283648f9af241b2557 (patch)
tree9fc2c30bd52cc7bd283bb99962802b94d190d5a6 /mod/groups
parentdbf78a975d2979ebeb50bd914b4ebc2c076ae09b (diff)
downloadelgg-e37bea365192029361b822283648f9af241b2557.tar.gz
elgg-e37bea365192029361b822283648f9af241b2557.tar.bz2
forward to correct URL for view discussion
Diffstat (limited to 'mod/groups')
-rw-r--r--mod/groups/topicposts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/topicposts.php b/mod/groups/topicposts.php
index 81c860631..d0137e2f5 100644
--- a/mod/groups/topicposts.php
+++ b/mod/groups/topicposts.php
@@ -16,4 +16,4 @@ $guid = get_input('topic');
register_error(elgg_echo('changebookmark'));
-topic_handle_view_page($guid);
+forward("/discussion/view/$guid");