NobuNobu
nobun****@users*****
2006年 2月 7日 (火) 17:21:09 JST
Index: xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php diff -u xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php:1.1.2.2 xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php:1.1.2.3 --- xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php:1.1.2.2 Wed Jan 25 16:13:31 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_LanguageManager.class.php Tue Feb 7 17:21:09 2006 @@ -1,5 +1,5 @@ <?php -// $Id: Legacy_LanguageManager.class.php,v 1.1.2.2 2006/01/25 07:13:31 minahito Exp $ +// $Id: Legacy_LanguageManager.class.php,v 1.1.2.3 2006/02/07 08:21:09 nobunobu Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -99,6 +99,10 @@ function _loadFile($filename) { if (file_exists($filename)) { + global $xoopsDB, $xoopsTpl, $xoopsRequestUri, $xoopsModule, $xoopsModuleConfig, + $xoopsModuleUpdate, $xoopsUser, $xoopsUserIsAdmin, $xoopsTheme, + $xoopsConfig, $xoopsOption, $xoopsCachedTemplate, $xoopsLogger, $xoopsDebugger; + require_once $filename; $checks[$filename] = true; return true;