Minahito
minah****@users*****
2006年 8月 1日 (火) 19:32:41 JST
Index: xoops2jp/html/modules/base/admin/actions/InstallListAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/InstallListAction.class.php:1.1.2.3 xoops2jp/html/modules/base/admin/actions/InstallListAction.class.php:1.1.2.4 --- xoops2jp/html/modules/base/admin/actions/InstallListAction.class.php:1.1.2.3 Tue Mar 28 22:28:35 2006 +++ xoops2jp/html/modules/base/admin/actions/InstallListAction.class.php Tue Aug 1 19:32:41 2006 @@ -1,4 +1,8 @@ <?php +/** + * @package Legacy + * @version $Id: InstallListAction.class.php,v 1.1.2.4 2006/08/01 10:32:41 minahito Exp $ + */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -21,7 +25,7 @@ function executeViewIndex(&$controller, &$xoopsUser, &$renderer) { $renderer->setTemplateName("install_list.html"); - $renderer->setAttribute('moduleObjects',$this->mModuleObjects); + $renderer->setAttribute('moduleObjects', $this->mModuleObjects); } }