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:
florinutz 2012-11-09 16:14:00 +00:00
parent 5e8d7ab436
commit e117ce34d4

View file

@ -928,7 +928,7 @@ class Context {
$v = stripslashes($v);
}
$val[$k] = trim($v);
if (is_string($v)) $val[$k] = trim($v);
}
}