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

Back to archive index

Minahito minah****@users*****
2006年 6月 28日 (水) 14:44:57 JST


Index: xoops2jp/html/kernel/XCube_Controller.class.php
diff -u xoops2jp/html/kernel/XCube_Controller.class.php:1.1.2.10 xoops2jp/html/kernel/XCube_Controller.class.php:1.1.2.11
--- xoops2jp/html/kernel/XCube_Controller.class.php:1.1.2.10	Thu Jun 22 14:31:29 2006
+++ xoops2jp/html/kernel/XCube_Controller.class.php	Wed Jun 28 14:44:57 2006
@@ -240,21 +240,6 @@
 	 */
 	function _processModuleController()
 	{
-		$this->mModuleController->prepare();
-
-		if($this->mModuleController->isModuleProcess()) {
-			if(!$this->mModuleController->isActive())
-				die('NOT ACTIVE');	///< @todo
-
-   			if(!$this->mModuleController->hasPermission())
-				XCube_Utils::redirectHeader(XOOPS_URL,1,_NOPERM);	// TODO Depens on const message catalog.
-
-			$this->mModuleController->setupLanguage();
-			
-			return true;
-		}
-		
-		return false;
 	}
 
 	/**
@@ -373,15 +358,6 @@
 	}
 	
 	/**
-	 * Create and setup RenderSystem.
-	 * @deprecated
-	 */
-	function _setupRenderSystem()
-	{
-		// TODO remove this method.
-	}
-	
-	/**
 	 * Retern RenderSystem
 	 * @return XCube_RenderSystem
 	 */
@@ -392,7 +368,6 @@
 	
 	function executeView()
 	{
-		$this->mRenderSystem->display();
 	}
 	
 	function setActionStrategy(&$actionStrategy)


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