Correction of variable name

This commit is contained in:
Jean-Marie Arsac 2018-09-11 20:51:54 +02:00
parent 2f2dff8155
commit 345c24990e

View File

@ -5102,7 +5102,7 @@ abstract class CommonObject
} }
elseif ($value=='') elseif ($value=='')
{ {
$new_array_options[$key] = null; $this->array_options["options_".$key] = null;
} }
//dol_syslog("double value"." sur ".$attributeLabel."(".$value." is '".$attributeType."')", LOG_DEBUG); //dol_syslog("double value"." sur ".$attributeLabel."(".$value." is '".$attributeType."')", LOG_DEBUG);
$this->array_options["options_".$key] = $value; $this->array_options["options_".$key] = $value;