XEVE-16-009 보완

This commit is contained in:
Kijin Sung 2017-01-12 14:53:04 +09:00
parent 884c91a606
commit 079daf8a21

View file

@ -1458,7 +1458,7 @@ class Context
{
$result[$k] = urlencode($v);
}
elseif(stripos($key, 'XE_VALIDATOR', 0) === 0)
elseif(starts_with('XE_VALIDATOR_', $key, false))
{
unset($result[$k]);
}