[xoops-cvslog 5216] CVS update: xoops2jp/html/modules/legacy/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 01:08:23 JST


Index: xoops2jp/html/modules/legacy/admin/forms/ImagecategoryAdminDeleteForm.class.php
diff -u xoops2jp/html/modules/legacy/admin/forms/ImagecategoryAdminDeleteForm.class.php:1.1.2.1 xoops2jp/html/modules/legacy/admin/forms/ImagecategoryAdminDeleteForm.class.php:1.1.2.2
--- xoops2jp/html/modules/legacy/admin/forms/ImagecategoryAdminDeleteForm.class.php:1.1.2.1	Sat Oct 14 23:55:21 2006
+++ xoops2jp/html/modules/legacy/admin/forms/ImagecategoryAdminDeleteForm.class.php	Sun Oct 15 01:08:23 2006
@@ -7,7 +7,7 @@
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
 require_once XOOPS_ROOT_PATH . "/core/XCube_ActionForm.class.php";
-require_once XOOPS_MODULE_PATH . "/base/class/Legacy_Validator.class.php";
+require_once XOOPS_MODULE_PATH . "/legacy/class/Legacy_Validator.class.php";
 
 class Legacy_ImagecategoryAdminDeleteForm extends XCube_ActionForm
 {
@@ -28,7 +28,7 @@
 		//
 		$this->mFieldProperties['imgcat_id'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['imgcat_id']->setDependsByArray(array('required'));
-		$this->mFieldProperties['imgcat_id']->addMessage('required', _MD_BASE_ERROR_REQUIRED, _AD_BASE_LANG_IMGCAT_ID);
+		$this->mFieldProperties['imgcat_id']->addMessage('required', _MD_LEGACY_ERROR_REQUIRED, _AD_LEGACY_LANG_IMGCAT_ID);
 	}
 
 	function load(&$obj)


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