diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-06-28 07:49:20 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-06-28 07:49:20 -0400 |
commit | e37bea365192029361b822283648f9af241b2557 (patch) | |
tree | 9fc2c30bd52cc7bd283bb99962802b94d190d5a6 /mod/groups/topicposts.php | |
parent | dbf78a975d2979ebeb50bd914b4ebc2c076ae09b (diff) | |
download | elgg-e37bea365192029361b822283648f9af241b2557.tar.gz elgg-e37bea365192029361b822283648f9af241b2557.tar.bz2 |
forward to correct URL for view discussion
Diffstat (limited to 'mod/groups/topicposts.php')
-rw-r--r-- | mod/groups/topicposts.php | 2 |
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"); |