[xoops-cvslog 1752] CVS update: xoops2jp/html/modules/legacyRender/admin/class

Back to archive index

Minahito minah****@users*****
2006年 1月 14日 (土) 21:14:41 JST


Index: xoops2jp/html/modules/legacyRender/admin/class/AbstractListAction.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/class/AbstractListAction.class.php:1.1.2.1 xoops2jp/html/modules/legacyRender/admin/class/AbstractListAction.class.php:1.1.2.2
--- xoops2jp/html/modules/legacyRender/admin/class/AbstractListAction.class.php:1.1.2.1	Sat Jan 14 17:15:57 2006
+++ xoops2jp/html/modules/legacyRender/admin/class/AbstractListAction.class.php	Sat Jan 14 21:14:41 2006
@@ -30,6 +30,8 @@
 		$this->mPageNavi =& new XCube_PageNavigator($this->_getBaseUrl(), $total, XCUBE_PAGENAVI_START | XCUBE_PAGENAVI_PERPAGE);
 		$this->mPageNavi->fetch();
 		
+		$this->mFilter->setNavi($this->mPageNavi);
+		
 		$criteria = $this->mFilter->getCriteria($this->mPageNavi->getStart(), $this->mPageNavi->getPerpage());
 		$this->mObjects =& $handler->getObjects($criteria);
 	


xoops-cvslog メーリングリストの案内
Back to archive index