Minahito
minah****@users*****
2006年 11月 16日 (木) 17:16:27 JST
Index: xoops2jp/html/modules/pm/service/Service.class.php diff -u xoops2jp/html/modules/pm/service/Service.class.php:1.1.2.1 xoops2jp/html/modules/pm/service/Service.class.php:1.1.2.2 --- xoops2jp/html/modules/pm/service/Service.class.php:1.1.2.1 Wed Nov 15 19:41:43 2006 +++ xoops2jp/html/modules/pm/service/Service.class.php Thu Nov 16 17:16:27 2006 @@ -1,7 +1,7 @@ <?php /** * @package Pm - * @version $Id: Service.class.php,v 1.1.2.1 2006/11/15 10:41:43 minahito Exp $ + * @version $Id: Service.class.php,v 1.1.2.2 2006/11/16 08:16:27 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -28,7 +28,7 @@ $uid = $root->mContext->mRequest->getRequest('uid'); if ($uid > 0) { - return XOOPS_MODULE_URL . "/pm/index.php"; + return XOOPS_URL . "/viewpmsg.php"; } return "";