Minahito
minah****@users*****
2006年 10月 12日 (木) 20:01:30 JST
Index: xoops2jp/html/modules/base/actions/ImageListAction.class.php diff -u xoops2jp/html/modules/base/actions/ImageListAction.class.php:1.1.2.3 xoops2jp/html/modules/base/actions/ImageListAction.class.php:1.1.2.3.2.1 --- xoops2jp/html/modules/base/actions/ImageListAction.class.php:1.1.2.3 Thu Jul 20 17:19:34 2006 +++ xoops2jp/html/modules/base/actions/ImageListAction.class.php Thu Oct 12 20:01:30 2006 @@ -24,9 +24,9 @@ return $handler; } - function &_getFilterForm(&$navi) + function &_getFilterForm() { - $filter =& new Legacy_ImageFilterForm($navi); + $filter =& new Legacy_ImageFilterForm($this->_getNavi(), $this->_getHandler()); return $filter; } @@ -56,7 +56,7 @@ } $render->setAttribute("objects", $this->mObjects); - $render->setAttribute("pageNavi", $this->mNavi); + $render->setAttribute("pageNavi", $this->mFilter->mNavi); $render->setAttribute('imgcatId', $this->mImgcatId);