mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 12:22:15 +09:00
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:
parent
c725edc586
commit
005dff1ad4
2 changed files with 25 additions and 30 deletions
|
|
@ -928,7 +928,10 @@ class Context {
|
|||
$v = stripslashes($v);
|
||||
}
|
||||
|
||||
$val[$k] = trim($v);
|
||||
if(!is_array($v))
|
||||
{
|
||||
$val[$k] = trim($v);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue