Fix syntax error
This commit is contained in:
parent
2f02919c70
commit
cb8227f086
@ -1552,7 +1552,7 @@ class ExtraFields
|
||||
{
|
||||
$value_arr=GETPOST($keysuffix."options_".$key.$keyprefix);
|
||||
// Make sure we get an array even if there's only one checkbox
|
||||
$value_arr=(array)$value_arr
|
||||
$value_arr=(array) $value_arr;
|
||||
$value_key=implode(',', $value_arr);
|
||||
}
|
||||
else if (in_array($key_type,array('price','double')))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user