Minahito
minah****@users*****
2007年 1月 17日 (水) 15:00:21 JST
Index: xoops2jp/html/modules/pm/actions/DeleteOneAction.class.php diff -u xoops2jp/html/modules/pm/actions/DeleteOneAction.class.php:1.1.2.2 xoops2jp/html/modules/pm/actions/DeleteOneAction.class.php:1.1.2.2.2.1 --- xoops2jp/html/modules/pm/actions/DeleteOneAction.class.php:1.1.2.2 Thu Jul 27 22:04:05 2006 +++ xoops2jp/html/modules/pm/actions/DeleteOneAction.class.php Wed Jan 17 15:00:21 2007 @@ -1,7 +1,7 @@ <?php /** * @package pm - * @version $Id: DeleteOneAction.class.php,v 1.1.2.2 2006/07/27 13:04:05 minahito Exp $ + * @version $Id: DeleteOneAction.class.php,v 1.1.2.2.2.1 2007/01/17 06:00:21 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -63,7 +63,7 @@ function executeViewCancel(&$controller, &$xoopsUser, &$render) { if (is_object($this->mObject)) { - $controller->executeForward(XOOPS_MODULE_URL . "/pm/index.php?action=read&msg_id=" . $this->mObject->get('msg_id')); + $controller->executeForward(XOOPS_URL . "/viewpmsg.php?msg_id=" . $this->mObject->get('msg_id')); } else { $controller->executeForward(XOOPS_URL . "/viewpmsg.php");