[xoops-cvslog 4593] CVS update: xoops2jp/html/modules/pm/class

Back to archive index

Minahito minah****@users*****
2006年 9月 24日 (日) 19:38:14 JST


Index: xoops2jp/html/modules/pm/class/ActionFrame.class.php
diff -u xoops2jp/html/modules/pm/class/ActionFrame.class.php:1.1.2.5 xoops2jp/html/modules/pm/class/ActionFrame.class.php:1.1.2.6
--- xoops2jp/html/modules/pm/class/ActionFrame.class.php:1.1.2.5	Thu Aug 17 18:09:51 2006
+++ xoops2jp/html/modules/pm/class/ActionFrame.class.php	Sun Sep 24 19:38:14 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package pm
- * @version $Id: ActionFrame.class.php,v 1.1.2.5 2006/08/17 09:09:51 minahito Exp $
+ * @version $Id: ActionFrame.class.php,v 1.1.2.6 2006/09/24 10:38:14 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -116,7 +116,7 @@
 	function doPermissionError(&$controller)
 	{
 		$errorMessages = array(_MD_PM_MESSAGE_SORRY, _MD_PM_MESSAGE_PLZREG);
-		$controller->executeRedirect(XOOPS_URL, 2, $errorMessages);
+		$controller->executeRedirect(XOOPS_URL . '/', 2, $errorMessages);
 	}
 
 	function doActionNotFoundError($controller)


xoops-cvslog メーリングリストの案内
Back to archive index