Minahito
minah****@users*****
2006年 8月 13日 (日) 15:05:10 JST
Index: xoops2jp/html/modules/base/admin/actions/ModuleListAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/ModuleListAction.class.php:1.1.2.8 xoops2jp/html/modules/base/admin/actions/ModuleListAction.class.php:1.1.2.9 --- xoops2jp/html/modules/base/admin/actions/ModuleListAction.class.php:1.1.2.8 Fri Aug 4 13:33:01 2006 +++ xoops2jp/html/modules/base/admin/actions/ModuleListAction.class.php Sun Aug 13 15:05:10 2006 @@ -1,7 +1,7 @@ <?php /** * @package Legacy - * @version $Id: ModuleListAction.class.php,v 1.1.2.8 2006/08/04 04:33:01 minahito Exp $ + * @version $Id: ModuleListAction.class.php,v 1.1.2.9 2006/08/13 06:05:10 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -107,7 +107,7 @@ // To support a template writer, this send the list of mid that // actionForm kept. // - $t_arr =& $this->mActionForm->get('name'); + $t_arr = $this->mActionForm->get('name'); $render->setAttribute('mids', array_keys($t_arr)); }