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

Back to archive index

Minahito minah****@users*****
2006年 8月 2日 (水) 18:44:37 JST


Index: xoops2jp/html/modules/base/admin/actions/PreferenceEditAction.class.php
diff -u xoops2jp/html/modules/base/admin/actions/PreferenceEditAction.class.php:1.1.2.9 xoops2jp/html/modules/base/admin/actions/PreferenceEditAction.class.php:1.1.2.10
--- xoops2jp/html/modules/base/admin/actions/PreferenceEditAction.class.php:1.1.2.9	Tue Jul 25 19:03:15 2006
+++ xoops2jp/html/modules/base/admin/actions/PreferenceEditAction.class.php	Wed Aug  2 18:44:37 2006
@@ -152,7 +152,12 @@
 
 	function executeViewError(&$controller, &$xoopsUser, &$render)
 	{
-		redirect_header("./index.php?action=PreferenceList", 1, _AD_BASE_ERROR_DBUPDATE_FAILED);
+		$controller->executeRedirect("./index.php?action=PreferenceList", 1, _AD_BASE_ERROR_DBUPDATE_FAILED);
+	}
+	
+	function executeViewCancel(&$controller, &$xoopsUser, &$render)
+	{
+		$controller->executeForward("./index.php?action=PreferenceList");
 	}
 }
 


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