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

Back to archive index

Minahito minah****@users*****
2006年 2月 4日 (土) 03:14:33 JST


Index: xoops2jp/html/modules/user/class/ActionFrame.class.php
diff -u xoops2jp/html/modules/user/class/ActionFrame.class.php:1.1.2.2 xoops2jp/html/modules/user/class/ActionFrame.class.php:1.1.2.3
--- xoops2jp/html/modules/user/class/ActionFrame.class.php:1.1.2.2	Thu Jan 19 21:12:33 2006
+++ xoops2jp/html/modules/user/class/ActionFrame.class.php	Sat Feb  4 03:14:33 2006
@@ -67,10 +67,10 @@
 			
 			die("TODO");
 		}
-	
+		
 		$this->mAction->prepare($controller, $controller->getXoopsUser(), $controller->mModuleController->mConfig);
 	
-		if (!$this->mAction->isPerm($controller, $controller->getXoopsUser())) {
+		if (!$this->mAction->isPerm($controller, $controller->getXoopsUser(), $controller->mModuleController->mConfig)) {
 			//
 			// error
 			//


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