Minahito
minah****@users*****
2006年 2月 4日 (土) 01:01:38 JST
Index: xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php:1.1.2.3 xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php:1.1.2.4 --- xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php:1.1.2.3 Thu Feb 2 21:27:19 2006 +++ xoops2jp/html/modules/base/admin/actions/ModuleInstallAction.class.php Sat Feb 4 01:01:38 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: ModuleInstallAction.class.php,v 1.1.2.3 2006/02/02 12:27:19 minahito Exp $ + * @version $Id: ModuleInstallAction.class.php,v 1.1.2.4 2006/02/03 16:01:38 minahito Exp $ */ require_once XOOPS_BASE_PATH."/admin/actions/AbstractModuleInstallAction.class.php"; @@ -59,9 +59,10 @@ $renderer->setAttribute('actionForm', $this->mActionForm); if (isset($this->mModuleObject->modinfo['installer'])) { - $renderer->setAttribute('image', $this->mModuleObject->modinfo['installer']['image']); - $renderer->setAttribute('description', $this->mModuleObject->modinfo['installer']['description']); - $renderer->setTemplateName("module_installer.html"); + // + // Jump + // + $controller->executeForward('index.php?action=InstallWizard&dirname=' . $this->mModuleObject->get('dirname')); } else { $renderer->setTemplateName("module_install.html");