mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
issue 45 input name modified, because krzip value is array
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8574 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dd52750715
commit
2fdc18196c
2 changed files with 3 additions and 3 deletions
|
|
@ -214,7 +214,7 @@
|
|||
unset($info->extra_vars);
|
||||
if($extra_vars) {
|
||||
foreach($extra_vars as $key => $val) {
|
||||
if(preg_match('/\|\@\|/i', $val)) $val = explode('|@|', $val);
|
||||
if(!is_array($val)) if(preg_match('/\|\@\|/i', $val)) $val = explode('|@|', $val);
|
||||
if(!$info->{$key}) $info->{$key} = $val;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue