Minahito
minah****@users*****
2006年 10月 14日 (土) 17:34:51 JST
Index: xoops2jp/html/modules/base/forms/NotifyDeleteForm.class.php diff -u xoops2jp/html/modules/base/forms/NotifyDeleteForm.class.php:1.1.2.1.2.2 xoops2jp/html/modules/base/forms/NotifyDeleteForm.class.php:1.1.2.1.2.3 --- xoops2jp/html/modules/base/forms/NotifyDeleteForm.class.php:1.1.2.1.2.2 Fri Sep 29 17:14:09 2006 +++ xoops2jp/html/modules/base/forms/NotifyDeleteForm.class.php Sat Oct 14 17:34:50 2006 @@ -19,7 +19,8 @@ { parent::fetch(); - $t_arr = $_REQUEST['del_not']; + $root =& XCube_Root::getSingleton(); + $t_arr = $root->mContext->mRequest->getRequest('del_not'); if (!is_array($t_arr)) { $this->addErrorMessage(_MD_BASE_LANG_ERROR);