From 8203d211ada21e889d75fe86df100b011a880132 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Mon, 14 Feb 2005 00:04:09 +0000 Subject: [PATCH] Fix bug 1937 --- mod/forum/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/forum/post.php b/mod/forum/post.php index d11f845fac2..eb962de56d0 100644 --- a/mod/forum/post.php +++ b/mod/forum/post.php @@ -309,7 +309,7 @@ } else if (record_exists("forum_posts", "parent", $delete)) { error(get_string("couldnotdeletereplies", "forum"), - forum_go_back_to("discuss.php?id=$post->discussion")); + forum_go_back_to("discuss.php?d=$post->discussion")); } else { if (!$cm = get_coursemodule_from_instance("forum", $forum->id, $forum->course)) { // For the logs