[xoops-cvslog 3080] CVS update: xoops2jp/html/modules/legacyRender/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 5月 17日 (水) 18:35:11 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.1 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.1	Wed May 17 16:27:04 2006
+++ xoops2jp/html/modules/legacyRender/admin/actions/TplfileDeleteAction.class.php	Wed May 17 18:35:11 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=" . $this->mObject->get('tpl_tplset'));
+		$controller->executeForward("./index.php?action=TplfileList&tpl_tplset=${tpl_tplset}&tpl_module=${tpl_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.5 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.5	Tue Mar 28 22:30:49 2006
+++ xoops2jp/html/modules/legacyRender/admin/actions/TplfileEditAction.class.php	Wed May 17 18:35:11 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=${tplset}&tpl_module=${module}");
+		$controller->executeForward("./index.php?action=TplfileList&tpl_tplset=${tpl_tplset}&tpl_module=${tpl_module}");
 	}
 
 	function executeViewError(&$controller, &$xoopsUser, &$render)


xoops-cvslog メーリングリストの案内
Back to archive index