Bugfix [ 843591 ] Can't add new Message Board
This commit is contained in:
parent
780663a6b7
commit
cabe85e3ba
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ sub www_view {
|
||||||
where wobjectId=".$_[0]->get("wobjectId")." order by sequenceNumber");
|
where wobjectId=".$_[0]->get("wobjectId")." order by sequenceNumber");
|
||||||
}
|
}
|
||||||
my ($forumId, $title, $description) = WebGUI::SQL->quickArray("select forumId, title, description from MessageBoard_forums
|
my ($forumId, $title, $description) = WebGUI::SQL->quickArray("select forumId, title, description from MessageBoard_forums
|
||||||
where wobjectId=".$_[0]->get("wobjectId")." and forumId=".$session{form}{forumId});
|
where wobjectId=".$_[0]->get("wobjectId")." and forumId=".quote($session{form}{forumId}));
|
||||||
my $forumParam = "forumId=".$forumId;
|
my $forumParam = "forumId=".$forumId;
|
||||||
$callback = WebGUI::URL::append($callback,$forumParam);
|
$callback = WebGUI::URL::append($callback,$forumParam);
|
||||||
my $caller = {
|
my $caller = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue