[xoops-cvslog 3060] CVS update: xoops2jp/html/modules/base/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 5月 17日 (水) 12:09:19 JST


Index: xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php
diff -u xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php:1.1.2.3 xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php:1.1.2.4
--- xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php:1.1.2.3	Mon May 15 17:33:38 2006
+++ xoops2jp/html/modules/base/admin/actions/ImageEditAction.class.php	Wed May 17 12:09:19 2006
@@ -73,12 +73,12 @@
 
 	function executeViewSuccess(&$controller, &$xoopsUser, &$render)
 	{
-		$controller->executeForward("./index.php?action=ImageList");
+		$controller->executeForward("./index.php?action=ImageList&imgcat_id=" . $this->mActionForm->get('imgcat_id'));
 	}
 
 	function executeViewError(&$controller, &$xoopsUser, &$render)
 	{
-		redirect_header("./index.php?action=ImageList", 1, _AD_BASE_ERROR_DBUPDATE_FAILED);
+		redirect_header("./index.php?action=ImagecategoryList", 1, _AD_BASE_ERROR_DBUPDATE_FAILED);
 	}
 }
 


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