Minahito
minah****@users*****
2005年 11月 30日 (水) 14:01:45 JST
Index: xoops2jp/html/kernel/XCube_Root.class.php diff -u xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.5 xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.6 --- xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.5 Wed Nov 30 13:31:56 2005 +++ xoops2jp/html/kernel/XCube_Root.class.php Wed Nov 30 14:01:45 2005 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: XCube_Root.class.php,v 1.1.2.5 2005/11/30 04:31:56 minahito Exp $ + * @version $Id: XCube_Root.class.php,v 1.1.2.6 2005/11/30 05:01:45 minahito Exp $ * @package Cube */ @@ -94,7 +94,7 @@ $overrideFile=func_get_arg($i); if(file_exists($overrideFile)) - $this->overrideSiteConfig(parase_ini_file($overrideFile),true); + $this->overrideSiteConfig(parse_ini_file($overrideFile,true)); } } }