[xoops-cvslog 2613] CVS update: xoops2jp/html/kernel

Back to archive index

NobuNobu nobun****@users*****
2006年 4月 2日 (日) 22:06:02 JST


Index: xoops2jp/html/kernel/XCube_Controller.class.php
diff -u xoops2jp/html/kernel/XCube_Controller.class.php:1.1.2.6 xoops2jp/html/kernel/XCube_Controller.class.php:1.1.2.7
--- xoops2jp/html/kernel/XCube_Controller.class.php:1.1.2.6	Fri Feb  3 15:01:38 2006
+++ xoops2jp/html/kernel/XCube_Controller.class.php	Sun Apr  2 22:06:01 2006
@@ -238,7 +238,7 @@
 			if(!$this->mModuleController->isActive())
 				die('NOT ACTIVE');	///< @todo
 
-			if(!$this->mModuleController->isPermission())
+   			if(!$this->mModuleController->hasPermission())
 				XCube_Utils::redirectHeader(XOOPS_URL,1,_NOPERM);	// TODO Depens on const message catalog.
 
 			$this->mModuleController->setupLanguage();


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