Minahito
minah****@users*****
2006年 10月 3日 (火) 17:38:49 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.4 --- 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 Tue Oct 3 17:38:49 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.4 2006/10/03 08:38:49 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; }