Minahito
minah****@users*****
2006年 10月 15日 (日) 01:09:08 JST
Index: xoops2jp/html/modules/legacy/admin/forms/ImagecategoryAdminNewForm.class.php diff -u xoops2jp/html/modules/legacy/admin/forms/ImagecategoryAdminNewForm.class.php:1.1.2.1 xoops2jp/html/modules/legacy/admin/forms/ImagecategoryAdminNewForm.class.php:1.1.2.2 --- xoops2jp/html/modules/legacy/admin/forms/ImagecategoryAdminNewForm.class.php:1.1.2.1 Sat Oct 14 23:55:21 2006 +++ xoops2jp/html/modules/legacy/admin/forms/ImagecategoryAdminNewForm.class.php Sun Oct 15 01:09:08 2006 @@ -7,8 +7,8 @@ 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 . "/base/admin/forms/ImagecategoryAdminEditForm.class.php"; +require_once XOOPS_MODULE_PATH . "/legacy/class/Legacy_Validator.class.php"; +require_once XOOPS_MODULE_PATH . "/legacy/admin/forms/ImagecategoryAdminEditForm.class.php"; class Legacy_ImagecategoryAdminNewForm extends Legacy_ImagecategoryAdminEditForm { @@ -31,8 +31,8 @@ // $this->mFieldProperties['imgcat_storetype'] =& new XCube_FieldProperty($this); $this->mFieldProperties['imgcat_storetype']->setDependsByArray(array('required','mask')); - $this->mFieldProperties['imgcat_storetype']->addMessage('required', _MD_BASE_ERROR_REQUIRED, _AD_BASE_LANG_IMGCAT_STORETYPE); - $this->mFieldProperties['imgcat_storetype']->addMessage('mask', _MD_BASE_ERROR_MASK, _AD_BASE_LANG_IMGCAT_STORETYPE); + $this->mFieldProperties['imgcat_storetype']->addMessage('required', _MD_LEGACY_ERROR_REQUIRED, _AD_LEGACY_LANG_IMGCAT_STORETYPE); + $this->mFieldProperties['imgcat_storetype']->addMessage('mask', _MD_LEGACY_ERROR_MASK, _AD_LEGACY_LANG_IMGCAT_STORETYPE); $this->mFieldProperties['imgcat_storetype']->addVar('mask', '(file|db)'); }