mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
결과 메세지가 출력되지 않는 문제 수정
This commit is contained in:
parent
f9f6b28476
commit
c4b12c301c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue