From 125babaf45a0f99e61749558f5b8dcd6813cdc90 Mon Sep 17 00:00:00 2001 From: Leendert Bottelberghs Date: Thu, 26 Aug 2004 14:00:01 +0000 Subject: [PATCH] bugfix [ 1016271 ]. all posts go to last forum in MB --- lib/WebGUI/Wobject/MessageBoard.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Wobject/MessageBoard.pm b/lib/WebGUI/Wobject/MessageBoard.pm index b2d533699..1ba0588fa 100644 --- a/lib/WebGUI/Wobject/MessageBoard.pm +++ b/lib/WebGUI/Wobject/MessageBoard.pm @@ -261,7 +261,7 @@ sub www_view { my $caller; my $sth = WebGUI::SQL->read("select * from MessageBoard_forums where wobjectId=".quote($_[0]->get("wobjectId"))." order by sequenceNumber"); while (my $forumMeta = $sth->hashRef) { - my $callback = WebGUI::URL::page("func=view&wid=".$_[0]->get("wobjectId")."&forumId=".$forumMeta->{forumId}); + my $callback = WebGUI::URL::page("func=view&wid=".$_[0]->get("wobjectId")); if ($session{form}{forumOp}) { if ($session{form}{forumId} == $forumMeta->{forumId}) { $caller = {