Minahito
minah****@users*****
2006年 8月 24日 (木) 18:49: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.72 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.73 --- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.72 Thu Aug 24 18:05:31 2006 +++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php Thu Aug 24 18:49:18 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: Legacy_Controller.class.php,v 1.1.2.72 2006/08/24 09:05:31 minahito Exp $ + * @version $Id: Legacy_Controller.class.php,v 1.1.2.73 2006/08/24 09:49:18 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -433,8 +433,6 @@ $this->mRoot->mLanguageManager->setLanguage($language); $this->mRoot->mLanguageManager->prepare(); - $this->mRoot->mLanguageManager->loadGlobalMessageCatalog(); - // If you use special page, load message catalog for it. if (isset($xoopsOption['pagetype'])) { $this->mRoot->mLanguageManager->loadPageTypeMessageCatalog($xoopsOption['pagetype']);