[xoops-cvslog 4991] CVS update: xoops2jp/html/modules/user/class

Back to archive index

Minahito minah****@users*****
2006年 10月 13日 (金) 18:22:13 JST


Index: xoops2jp/html/modules/user/class/ActionFrame.class.php
diff -u xoops2jp/html/modules/user/class/ActionFrame.class.php:1.1.2.9.2.3 xoops2jp/html/modules/user/class/ActionFrame.class.php:1.1.2.9.2.4
--- xoops2jp/html/modules/user/class/ActionFrame.class.php:1.1.2.9.2.3	Tue Oct 10 15:13:33 2006
+++ xoops2jp/html/modules/user/class/ActionFrame.class.php	Fri Oct 13 18:22:13 2006
@@ -56,7 +56,7 @@
 		}
 	
 		if (!file_exists($fileName)) {
-			die();
+			$controller->executeForward(XOOPS_URL . '/');
 		}
 	
 		require_once $fileName;
@@ -66,7 +66,7 @@
 		}
 	
 		if (!is_object($this->mAction)) {
-			die();
+			$controller->executeForward(XOOPS_URL . '/');
 		}
 	
 		if ($this->mAction->isSecure() && !is_object($controller->mRoot->mContext->mXoopsUser)) {
@@ -74,7 +74,7 @@
 			// error
 			//
 			
-			die("TODO");
+			$controller->executeForward(XOOPS_URL . '/');
 		}
 		
 		$this->mAction->prepare($controller, $controller->mRoot->mContext->mXoopsUser, $controller->mRoot->mContext->mModuleConfig);
@@ -84,7 +84,7 @@
 			// error
 			//
 			
-			die("TODO");
+			$controller->executeForward(XOOPS_URL . '/');
 		}
 	
 		if (xoops_getenv("REQUEST_METHOD") == "POST") {


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