From e37bea365192029361b822283648f9af241b2557 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Thu, 28 Jun 2012 07:49:20 -0400 Subject: forward to correct URL for view discussion --- mod/groups/topicposts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') 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"); -- cgit v1.2.3