issue 2363 api protocol modify.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11728 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-10-16 04:47:44 +00:00
parent c725edc586
commit 005dff1ad4
2 changed files with 25 additions and 30 deletions

View file

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