mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
Issue 2671: XE not dealing with array request parameters
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@12162 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5e8d7ab436
commit
e117ce34d4
1 changed files with 1 additions and 1 deletions
|
|
@ -928,7 +928,7 @@ class Context {
|
|||
$v = stripslashes($v);
|
||||
}
|
||||
|
||||
$val[$k] = trim($v);
|
||||
if (is_string($v)) $val[$k] = trim($v);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue