NobuNobu
nobun****@users*****
2007年 1月 4日 (木) 23:05:26 JST
Index: xoops2jp/html/modules/legacy/admin/actions/HelpAction.class.php diff -u xoops2jp/html/modules/legacy/admin/actions/HelpAction.class.php:1.1.2.4 xoops2jp/html/modules/legacy/admin/actions/HelpAction.class.php:1.1.2.5 --- xoops2jp/html/modules/legacy/admin/actions/HelpAction.class.php:1.1.2.4 Thu Nov 9 15:11:30 2006 +++ xoops2jp/html/modules/legacy/admin/actions/HelpAction.class.php Thu Jan 4 23:05:25 2007 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: HelpAction.class.php,v 1.1.2.4 2006/11/09 06:11:30 minahito Exp $ + * @version $Id: HelpAction.class.php,v 1.1.2.5 2007/01/04 14:05:25 nobunobu Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -146,7 +146,7 @@ $moduleHandler =& xoops_gethandler('module'); $this->mModuleObject =& $moduleHandler->getByDirname($this->_mDirname); - $language =& $controller->mRoot->mContext->getXoopsConfig('language'); + $language = $controller->mRoot->mContext->getXoopsConfig('language'); // // TODO We must change the following lines to ActionForm.