mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
XEVE-16-009 보완
This commit is contained in:
parent
884c91a606
commit
079daf8a21
1 changed files with 1 additions and 1 deletions
|
|
@ -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]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue