Minahito
minah****@users*****
2006年 7月 20日 (木) 17:18:07 JST
Index: xoops2jp/html/include/comment_reply.php diff -u xoops2jp/html/include/comment_reply.php:1.2.8.2 xoops2jp/html/include/comment_reply.php:1.2.8.3 --- xoops2jp/html/include/comment_reply.php:1.2.8.2 Tue Jan 24 23:21:10 2006 +++ xoops2jp/html/include/comment_reply.php Thu Jul 20 17:18:07 2006 @@ -1,5 +1,5 @@ <?php -// $Id: comment_reply.php,v 1.2.8.2 2006/01/24 14:21:10 minahito Exp $ +// $Id: comment_reply.php,v 1.2.8.3 2006/07/20 08:18:07 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -45,10 +45,9 @@ // $root =& XCube_Root::getSingleton(); -$langManager =& $root->getLanguageManager(); -$langManager->loadModuleLanguage("base"); +$root->mLanguageManager->loadModuleMessageCatalog("base"); +$root->mLanguageManager->loadPageTypeMessageCatalog("comment"); ///< @todo Is this must? -require_once XOOPS_ROOT_PATH.'/language/'.$xoopsConfig['language'].'/comment.php'; $com_id = isset($_GET['com_id']) ? intval($_GET['com_id']) : 0; $com_mode = isset($_GET['com_mode']) ? htmlspecialchars(trim($_GET['com_mode']), ENT_QUOTES) : '';