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

Back to archive index

Minahito minah****@users*****
2005年 11月 30日 (水) 13:31:57 JST


Index: xoops2jp/html/kernel/XCube_Root.class.php
diff -u xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.4 xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.5
--- xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.4	Tue Nov 29 16:14:19 2005
+++ xoops2jp/html/kernel/XCube_Root.class.php	Wed Nov 30 13:31:56 2005
@@ -1,6 +1,6 @@
 <?php
 /**
- * @version $Id: XCube_Root.class.php,v 1.1.2.4 2005/11/29 07:14:19 minahito Exp $
+ * @version $Id: XCube_Root.class.php,v 1.1.2.5 2005/11/30 04:31:56 minahito Exp $
  * @package Cube
  */
 
@@ -94,7 +94,7 @@
 				$overrideFile=func_get_arg($i);
 				
 				if(file_exists($overrideFile))
-					$this->overrideSiteConfig(parase_ini_file($overrideFile));
+					$this->overrideSiteConfig(parase_ini_file($overrideFile),true);
 			}
 		}
 	}
@@ -111,7 +111,7 @@
 	{
 		foreach($config as $_overKey=>$_overVal) {
 			if(array_key_exists($_overKey,$this->mSiteConfig)) {
-				$this->mSiteConfig[$_overKey]=array_merge($this->mSiteConfig[$_overKey],$customVal);
+				$this->mSiteConfig[$_overKey]=array_merge($this->mSiteConfig[$_overKey],$_overVal);
 			}
 			else {
 				$this->mSiteConfig[$_overKey]=$_overVal;


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