Minahito
minah****@users*****
2007年 1月 17日 (水) 15:00:35 JST
Index: xoops2jp/html/modules/pm/actions/DefaultAction.class.php diff -u xoops2jp/html/modules/pm/actions/DefaultAction.class.php:1.1.2.2.2.4 xoops2jp/html/modules/pm/actions/DefaultAction.class.php:1.1.2.2.2.5 --- xoops2jp/html/modules/pm/actions/DefaultAction.class.php:1.1.2.2.2.4 Fri Oct 13 14:09:58 2006 +++ xoops2jp/html/modules/pm/actions/DefaultAction.class.php Wed Jan 17 15:00:35 2007 @@ -1,7 +1,7 @@ <?php /** * @package pm - * @version $Id: DefaultAction.class.php,v 1.1.2.2.2.4 2006/10/13 05:09:58 minahito Exp $ + * @version $Id: DefaultAction.class.php,v 1.1.2.2.2.5 2007/01/17 06:00:35 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -37,7 +37,7 @@ $pmHandler =& xoops_gethandler('privmessage'); $total = $pmHandler->getCountByFromUid($xoopsUser->uid()); - $this->mPageNavi =& new XCube_PageNavigator("./index.php", XCUBE_PAGENAVI_START); + $this->mPageNavi =& new XCube_PageNavigator(XOOPS_URL . "./viewpmsg.php", XCUBE_PAGENAVI_START); $this->mPageNavi->setTotalItems($total); $this->mPageNavi->fetch();