Minahito
minah****@users*****
2006年 9月 24日 (日) 15:04:30 JST
Index: xoops2jp/html/modules/user/admin/actions/UserSearchListAction.class.php diff -u xoops2jp/html/modules/user/admin/actions/UserSearchListAction.class.php:1.1.2.2 xoops2jp/html/modules/user/admin/actions/UserSearchListAction.class.php:1.1.2.3 --- xoops2jp/html/modules/user/admin/actions/UserSearchListAction.class.php:1.1.2.2 Wed Jul 19 19:20:53 2006 +++ xoops2jp/html/modules/user/admin/actions/UserSearchListAction.class.php Sun Sep 24 15:04:30 2006 @@ -1,7 +1,7 @@ <?php /** * @package user - * @version $Id: UserSearchListAction.class.php,v 1.1.2.2 2006/07/19 10:20:53 minahito Exp $ + * @version $Id: UserSearchListAction.class.php,v 1.1.2.3 2006/09/24 06:04:30 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -14,7 +14,7 @@ { function &_getHandler() { - $handler =& xoops_gethandler('user'); + $handler =& xoops_getmodulehandler('users'); return $handler; } @@ -26,7 +26,7 @@ function _getBaseUrl() { - return "./index.php?action=UsersSearchList"; + return "./index.php?action=UserSearchList"; } function execute(&$controller, &$xoopsUser)