Minahito
minah****@users*****
2006年 10月 15日 (日) 01:36:10 JST
Index: xoops2jp/html/modules/legacy/forms/NotifyDeleteForm.class.php diff -u xoops2jp/html/modules/legacy/forms/NotifyDeleteForm.class.php:1.1.2.1 xoops2jp/html/modules/legacy/forms/NotifyDeleteForm.class.php:1.1.2.2 --- xoops2jp/html/modules/legacy/forms/NotifyDeleteForm.class.php:1.1.2.1 Sat Oct 14 23:55:25 2006 +++ xoops2jp/html/modules/legacy/forms/NotifyDeleteForm.class.php Sun Oct 15 01:36:10 2006 @@ -3,7 +3,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_NotifyDeleteForm extends XCube_ActionForm { @@ -23,14 +23,14 @@ $t_arr = $root->mContext->mRequest->getRequest('del_not'); if (!is_array($t_arr)) { - $this->addErrorMessage(_MD_BASE_LANG_ERROR); + $this->addErrorMessage(_MD_LEGACY_LANG_ERROR); $this->mFatalError = true; return; } foreach ($t_arr as $t_modid => $t_idArr) { if (!is_array($t_idArr)) { - $this->addErrorMessage(_MD_BASE_LANG_ERROR); + $this->addErrorMessage(_MD_LEGACY_LANG_ERROR); $this->mFatalError = true; return; }