fixed [ 832284 ] Pagination in Messageboard with Search
This commit is contained in:
parent
6f0d3d2836
commit
f9661ed755
3 changed files with 4 additions and 2 deletions
|
|
@ -169,7 +169,8 @@ sub www_view {
|
|||
my ($title, $description);
|
||||
if ($session{form}{forumId} ne "") {
|
||||
($title,$description) = WebGUI::SQL->quickArray("select title,description from MessageBoard_forums where forumId=".$session{form}{forumId});
|
||||
$callback = WebGUI::URL::append("forumId=".$session{form}{forumId});
|
||||
my $forumParam = "forumId=".$session{form}{forumId};
|
||||
$callback = WebGUI::URL::append($callback,$forumParam);
|
||||
}
|
||||
return WebGUI::Forum::UI::forumOp($callback,$title,$description);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue