Correction of variable name
This commit is contained in:
parent
2f2dff8155
commit
345c24990e
@ -5102,7 +5102,7 @@ abstract class CommonObject
|
||||
}
|
||||
elseif ($value=='')
|
||||
{
|
||||
$new_array_options[$key] = null;
|
||||
$this->array_options["options_".$key] = null;
|
||||
}
|
||||
//dol_syslog("double value"." sur ".$attributeLabel."(".$value." is '".$attributeType."')", LOG_DEBUG);
|
||||
$this->array_options["options_".$key] = $value;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user