[ 831784 ] Pagination in Messeboard with multiple boards
This commit is contained in:
parent
46bb4e9c0a
commit
77f6008043
2 changed files with 2 additions and 1 deletions
|
|
@ -1054,7 +1054,7 @@ sub getForumTemplateVars {
|
|||
} else {
|
||||
$query .= "lastPostDate desc";
|
||||
}
|
||||
my $p = WebGUI::Paginator->new($callback,"",$forum->get("postsPerPage"));
|
||||
my $p = WebGUI::Paginator->new(WebGUI::URL::append($callback,"forumOp=viewForum&forumId=".$forum->get("forumId")),"",$forum->get("postsPerPage"));
|
||||
$p->setDataByQuery($query);
|
||||
$var{firstPage} = $p->getFirstPageLink;
|
||||
$var{lastPage} = $p->getLastPageLink;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue