Minahito
minah****@users*****
2006年 8月 4日 (金) 13:38:45 JST
Index: xoops2jp/html/modules/user/actions/AvatarSelectAction.class.php diff -u xoops2jp/html/modules/user/actions/AvatarSelectAction.class.php:1.1.2.6 xoops2jp/html/modules/user/actions/AvatarSelectAction.class.php:1.1.2.7 --- xoops2jp/html/modules/user/actions/AvatarSelectAction.class.php:1.1.2.6 Wed Jul 19 19:20:33 2006 +++ xoops2jp/html/modules/user/actions/AvatarSelectAction.class.php Fri Aug 4 13:38:44 2006 @@ -1,7 +1,7 @@ <?php /** * @package user - * @version $Id: AvatarSelectAction.class.php,v 1.1.2.6 2006/07/19 10:20:33 minahito Exp $ + * @version $Id: AvatarSelectAction.class.php,v 1.1.2.7 2006/08/04 04:38:44 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -38,7 +38,7 @@ function &_getHandler() { - $handler =& xoops_getmodulehandler('user'); + $handler =& xoops_getmodulehandler('users'); return $handler; }