[xoops-cvslog 5169] CVS update: xoops2jp/html/modules/legacy/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 00:48:54 JST


Index: xoops2jp/html/modules/legacy/admin/actions/CommentDeleteAction.class.php
diff -u xoops2jp/html/modules/legacy/admin/actions/CommentDeleteAction.class.php:1.1.2.1 xoops2jp/html/modules/legacy/admin/actions/CommentDeleteAction.class.php:1.1.2.2
--- xoops2jp/html/modules/legacy/admin/actions/CommentDeleteAction.class.php:1.1.2.1	Sat Oct 14 23:55:19 2006
+++ xoops2jp/html/modules/legacy/admin/actions/CommentDeleteAction.class.php	Sun Oct 15 00:48:54 2006
@@ -6,9 +6,9 @@
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
-require_once XOOPS_MODULE_PATH . "/base/class/AbstractDeleteAction.class.php";
-require_once XOOPS_MODULE_PATH . "/base/admin/forms/CommentAdminDeleteForm.class.php";
-require_once XOOPS_MODULE_PATH . "/base/admin/actions/CommentEditAction.class.php";
+require_once XOOPS_MODULE_PATH . "/legacy/class/AbstractDeleteAction.class.php";
+require_once XOOPS_MODULE_PATH . "/legacy/admin/forms/CommentAdminDeleteForm.class.php";
+require_once XOOPS_MODULE_PATH . "/legacy/admin/actions/CommentEditAction.class.php";
 
 class Legacy_CommentDeleteAction extends Legacy_AbstractDeleteAction
 {
@@ -66,7 +66,7 @@
 
 	function executeViewError(&$controller, &$xoopsUser, &$render)
 	{
-		$controller->executeRedirect("./index.php?action=CommentList", 1, _MD_BASE_ERROR_DBUPDATE_FAILED);
+		$controller->executeRedirect("./index.php?action=CommentList", 1, _MD_LEGACY_ERROR_DBUPDATE_FAILED);
 	}
 	
 	function executeViewCancel(&$controller, &$xoopsUser, &$render)


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