Minahito
minah****@users*****
2006年 2月 20日 (月) 18:33:58 JST
Index: xoops2jp/html/modules/base/admin/actions/ModuleUninstallAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/ModuleUninstallAction.class.php:1.1.2.3 xoops2jp/html/modules/base/admin/actions/ModuleUninstallAction.class.php:1.1.2.4 --- xoops2jp/html/modules/base/admin/actions/ModuleUninstallAction.class.php:1.1.2.3 Thu Feb 2 21:27:19 2006 +++ xoops2jp/html/modules/base/admin/actions/ModuleUninstallAction.class.php Mon Feb 20 18:33:58 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: ModuleUninstallAction.class.php,v 1.1.2.3 2006/02/02 12:27:19 minahito Exp $ + * @version $Id: ModuleUninstallAction.class.php,v 1.1.2.4 2006/02/20 09:33:58 minahito Exp $ */ require_once XOOPS_BASE_PATH . "/admin/actions/AbstractModuleInstallAction.class.php"; @@ -36,6 +36,11 @@ $renderer->setAttribute('actionForm',$this->mActionForm); $renderer->setAttribute('module',$this->mModuleObject); } + + function executeViewInput(&$controller,&$xoopsUser,&$renderer) + { + $this->executeViewIndex(&$controller,&$xoopsUser,&$renderer); + } } ?> \ No newline at end of file