Minahito
minah****@users*****
2006年 10月 7日 (土) 15:36:39 JST
Index: xoops2jp/html/modules/pm/actions/PmliteAction.class.php diff -u xoops2jp/html/modules/pm/actions/PmliteAction.class.php:1.1.2.3 xoops2jp/html/modules/pm/actions/PmliteAction.class.php:1.1.2.3.2.1 --- xoops2jp/html/modules/pm/actions/PmliteAction.class.php:1.1.2.3 Thu Aug 17 18:09:51 2006 +++ xoops2jp/html/modules/pm/actions/PmliteAction.class.php Sat Oct 7 15:36:39 2006 @@ -1,7 +1,7 @@ <?php /** * @package pm - * @version $Id: PmliteAction.class.php,v 1.1.2.3 2006/08/17 09:09:51 minahito Exp $ + * @version $Id: PmliteAction.class.php,v 1.1.2.3.2.1 2006/10/07 06:36:39 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -30,7 +30,7 @@ function &_getHandler() { - $handler =& xoops_gethandler('privmessage'); + $handler =& xoops_getmodulehandler('priv_msgs', 'pm'); return $handler; }