From 3dfe23250cd370024b24395a0a4c0bb2a216c195 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 19 Jun 2010 16:48:17 +0000 Subject: forward to the correct place after editing a topic git-svn-id: http://code.elgg.org/elgg/trunk@6527 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/actions/forums/edittopic.php | 4 ++-- 1 file 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); -- cgit v1.2.3