Minahito
minah****@users*****
2006年 9月 14日 (木) 18:08:18 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.74 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.75 --- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.74 Fri Sep 1 12:12:57 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Thu Sep 14 18:08:18 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: Legacy_Controller.class.php,v 1.1.2.74 2006/09/01 03:12:57 minahito Exp $ + * @version $Id: Legacy_Controller.class.php,v 1.1.2.75 2006/09/14 09:08:18 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -516,6 +516,7 @@ $this->mConfig['language'] = $this->mRoot->mLanguageManager->getLanguage(); $GLOBALS['xoopsConfig']=&$this->mConfig; + $GLOBALS['config_handler'] =& $configHandler; } /**