[xoops-cvslog 3781] CVS update: xoops2jp/html/modules/base/kernel

Back to archive index

Minahito minah****@users*****
2006年 7月 31日 (月) 19:34:02 JST


Index: xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php
diff -u xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.56 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.57
--- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.56	Fri Jul 28 18:04:39 2006
+++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php	Mon Jul 31 19:34:02 2006
@@ -1,6 +1,7 @@
 <?php
 /**
- * @package legacy
+ * @package Legacy
+ * @version $Id: Legacy_Controller.class.php,v 1.1.2.57 2006/07/31 10:34:02 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -319,7 +320,7 @@
 			}
 
    			if (!$this->mModuleController->hasPermission()) {
-				XCube_Utils::redirectHeader(XOOPS_URL,1,_NOPERM);	// TODO Depens on const message catalog.
+				$this->executeRedirect(XOOPS_URL,1,_NOPERM);	// TODO Depens on const message catalog.
    			}
 
 			$this->mModuleController->setupLanguage();


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