결과 메세지가 출력되지 않는 문제 수정

This commit is contained in:
conory 2018-03-30 22:10:56 +09:00
parent f9f6b28476
commit c4b12c301c

View file

@ -1372,7 +1372,7 @@ class Context
*/
private static function _filterRequestVar($key, $val)
{
if(starts_with('XE_VALIDATOR_', $key, false))
if(starts_with('XE_VALIDATOR_', $key, false) && $key !== 'xe_validator_id')
{
return;
}