[xoops-cvslog 5521] CVS update: xoops2jp/html/modules/legacy/class

Back to archive index

Minahito minah****@users*****
2006年 10月 30日 (月) 18:54:23 JST


Index: xoops2jp/html/modules/legacy/class/ActionFrame.class.php
diff -u xoops2jp/html/modules/legacy/class/ActionFrame.class.php:1.1.2.6 xoops2jp/html/modules/legacy/class/ActionFrame.class.php:1.1.2.7
--- xoops2jp/html/modules/legacy/class/ActionFrame.class.php:1.1.2.6	Tue Oct 17 01:17:04 2006
+++ xoops2jp/html/modules/legacy/class/ActionFrame.class.php	Mon Oct 30 18:54:23 2006
@@ -128,7 +128,9 @@
 			die();	//< TODO
 		}
 		
-		$this->mAction->prepare($controller, $controller->mRoot->mContext->mXoopsUser);
+		if ($this->mAction->prepare($controller, $controller->mRoot->mContext->mXoopsUser) === false) {
+			die();	//< TODO
+		}
 	
 		if (!$this->mAction->hasPermission($controller, $controller->mRoot->mContext->mXoopsUser)) {
 			if ($this->mAdminFlag) {


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