Minahito
minah****@users*****
2006年 8月 2日 (水) 12:04:42 JST
Index: xoops2jp/html/modules/base/admin/actions/InstallWizardAction.class.php diff -u xoops2jp/html/modules/base/admin/actions/InstallWizardAction.class.php:1.1.2.3 xoops2jp/html/modules/base/admin/actions/InstallWizardAction.class.php:1.1.2.4 --- xoops2jp/html/modules/base/admin/actions/InstallWizardAction.class.php:1.1.2.3 Tue Aug 1 19:33:47 2006 +++ xoops2jp/html/modules/base/admin/actions/InstallWizardAction.class.php Wed Aug 2 12:04:42 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: InstallWizardAction.class.php,v 1.1.2.3 2006/08/01 10:33:47 minahito Exp $ + * @version $Id: InstallWizardAction.class.php,v 1.1.2.4 2006/08/02 03:04:42 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -58,7 +58,7 @@ $render->setAttribute('log', $this->mLog->mMessages); } - function executeViewIndex(&$controller, &$xoopsUser, &$renderer) + function executeViewIndex(&$controller, &$xoopsUser, &$render) { $render->setAttribute('module', $this->mModuleObject); $render->setAttribute('actionForm', $this->mActionForm); @@ -73,13 +73,13 @@ } } - function executeViewInput(&$controller, &$xoopsUser, &$renderer) + function executeViewInput(&$controller, &$xoopsUser, &$render) { - $renderer->setTemplateName("install_wizard_licence.html"); - $renderer->setAttribute('module', $this->mModuleObject); - $renderer->setAttribute('actionForm', $this->mActionForm); - $renderer->setAttribute('licence', $this->mLicence); - $renderer->setAttribute('licenceText', $this->mLicenceText); + $render->setTemplateName("install_wizard_licence.html"); + $render->setAttribute('module', $this->mModuleObject); + $render->setAttribute('actionForm', $this->mActionForm); + $render->setAttribute('licence', $this->mLicence); + $render->setAttribute('licenceText', $this->mLicenceText); } }