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:
ovclas 2011-07-07 00:53:57 +00:00
parent dd52750715
commit 2fdc18196c
2 changed files with 3 additions and 3 deletions

View file

@ -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;
}
}