NobuNobu
nobun****@users*****
2006年 12月 10日 (日) 22:45:38 JST
Index: xoops2jp/html/modules/legacy/admin/class/ModuleInstallInformation.class.php diff -u xoops2jp/html/modules/legacy/admin/class/ModuleInstallInformation.class.php:1.1.2.5 xoops2jp/html/modules/legacy/admin/class/ModuleInstallInformation.class.php:1.1.2.6 --- xoops2jp/html/modules/legacy/admin/class/ModuleInstallInformation.class.php:1.1.2.5 Thu Nov 16 19:10:25 2006 +++ xoops2jp/html/modules/legacy/admin/class/ModuleInstallInformation.class.php Sun Dec 10 22:45:38 2006 @@ -2,7 +2,7 @@ /** * @package Legacy * @brief This file declare some structure-class and stored-system readers for the installer. - * @version $Id: ModuleInstallInformation.class.php,v 1.1.2.5 2006/11/16 10:10:25 minahito Exp $ + * @version $Id: ModuleInstallInformation.class.php,v 1.1.2.6 2006/12/10 13:45:38 nobunobu Exp $ */ define('LEGACY_INSTALLINFO_STATUS_LOADED', "loaded"); @@ -522,7 +522,7 @@ $template = isset($arr['template']) ? $arr['template'] : null; $options = isset($arr['options']) ? $arr['options'] : null; - $info =& new Legacy_BlockInformation($funcNum, $arr['name'], $arr['file'], $arr['show_func'], $editFunc, $template, $options); + $info =& new Legacy_BlockInformation($funcNum, $arr['name'], $arr['file'], $showFunc, $editFunc, $template, $options); return $info; }