aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/actions
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-19 16:48:17 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-19 16:48:17 +0000
commit3dfe23250cd370024b24395a0a4c0bb2a216c195 (patch)
tree1307b36e356ad7518cbe1bfe96969963d40a60df /mod/groups/actions
parent856dc92ef07c9fe06339349224533a12898b31d7 (diff)
downloadelgg-3dfe23250cd370024b24395a0a4c0bb2a216c195.tar.gz
elgg-3dfe23250cd370024b24395a0a4c0bb2a216c195.tar.bz2
forward to the correct place after editing a topic
git-svn-id: http://code.elgg.org/elgg/trunk@6527 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/actions')
-rw-r--r--mod/groups/actions/forums/edittopic.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/groups/actions/forums/edittopic.php b/mod/groups/actions/forums/edittopic.php
index b677a713c..c7da084da 100644
--- a/mod/groups/actions/forums/edittopic.php
+++ b/mod/groups/actions/forums/edittopic.php
@@ -59,8 +59,8 @@ if ($topic){
}
}
}
-// Forward to the group forum page
+// Forward to the discussion
global $CONFIG;
-$url = $CONFIG->wwwroot . "pg/groups/forum/{$group_guid}/";
+$url = $CONFIG->wwwroot . "mod/groups/topicposts.php?topic={$topic_guid}&group_guid={$group_guid}/";
forward($url);