Minahito
minah****@users*****
2006年 5月 17日 (水) 18:43:27 JST
Index: xoops2jp/html/modules/legacyRender/admin/actions/TplfileDeleteAction.class.php diff -u xoops2jp/html/modules/legacyRender/admin/actions/TplfileDeleteAction.class.php:1.1.2.2 xoops2jp/html/modules/legacyRender/admin/actions/TplfileDeleteAction.class.php:1.1.2.3 --- xoops2jp/html/modules/legacyRender/admin/actions/TplfileDeleteAction.class.php:1.1.2.2 Wed May 17 18:35:11 2006 +++ xoops2jp/html/modules/legacyRender/admin/actions/TplfileDeleteAction.class.php Wed May 17 18:43:27 2006 @@ -44,7 +44,7 @@ { $tplset = $this->mObject->get('tpl_tplset'); $module = $this->mObject->get('tpl_module'); - $controller->executeForward("./index.php?action=TplfileList&tpl_tplset=${tpl_tplset}&tpl_module=${tpl_module}"); + $controller->executeForward("./index.php?action=TplfileList&tpl_tplset=${tplset}&tpl_module=${module}"); } function executeViewError(&$controller, &$xoopsUser, &$render) Index: xoops2jp/html/modules/legacyRender/admin/actions/TplfileCloneAction.class.php diff -u xoops2jp/html/modules/legacyRender/admin/actions/TplfileCloneAction.class.php:1.1.2.2 xoops2jp/html/modules/legacyRender/admin/actions/TplfileCloneAction.class.php:1.1.2.3 --- xoops2jp/html/modules/legacyRender/admin/actions/TplfileCloneAction.class.php:1.1.2.2 Wed May 17 18:35:05 2006 +++ xoops2jp/html/modules/legacyRender/admin/actions/TplfileCloneAction.class.php Wed May 17 18:43:27 2006 @@ -55,7 +55,7 @@ { $tplset = $this->mObject->get('tpl_tplset'); $module = $this->mObject->get('tpl_module'); - $controller->executeForward("./index.php?action=TplfileList&tpl_tplset=${tpl_tplset}&tpl_module=${tpl_module}"); + $controller->executeForward("./index.php?action=TplfileList&tpl_tplset=${tplset}&tpl_module=${module}"); } function executeViewError(&$controller, &$xoopsUser, &$render) Index: xoops2jp/html/modules/legacyRender/admin/actions/TplfileEditAction.class.php diff -u xoops2jp/html/modules/legacyRender/admin/actions/TplfileEditAction.class.php:1.1.2.6 xoops2jp/html/modules/legacyRender/admin/actions/TplfileEditAction.class.php:1.1.2.7 --- xoops2jp/html/modules/legacyRender/admin/actions/TplfileEditAction.class.php:1.1.2.6 Wed May 17 18:35:11 2006 +++ xoops2jp/html/modules/legacyRender/admin/actions/TplfileEditAction.class.php Wed May 17 18:43:27 2006 @@ -49,7 +49,7 @@ { $tplset = $this->mObject->get('tpl_tplset'); $module = $this->mObject->get('tpl_module'); - $controller->executeForward("./index.php?action=TplfileList&tpl_tplset=${tpl_tplset}&tpl_module=${tpl_module}"); + $controller->executeForward("./index.php?action=TplfileList&tpl_tplset=${tplset}&tpl_module=${module}"); } function executeViewError(&$controller, &$xoopsUser, &$render)