fixed [ 926610 ] WebGUI::Wobject::Article

This commit is contained in:
JT Smith 2004-04-19 19:38:15 +00:00
parent a311d096a5
commit d05f088f5f
3 changed files with 3 additions and 2 deletions

View file

@ -514,7 +514,7 @@ sub www_view {
# }
# $row[$i-1] = "page";
}
$p = WebGUI::Paginator->new(WebGUI::URL::page("func=view&wid=".$_[0]->get("wobjectId")),$_[0]->get("paginateAfter"),"calPn);
$p = WebGUI::Paginator->new(WebGUI::URL::page("func=view&wid=".$_[0]->get("wobjectId")),$_[0]->get("paginateAfter"),"calPn");
$p->setDataByArrayRef(\@monthloop);
$var{month_loop} = $p->getPageData;
$p->appendTemplateVars(\%var);