This commit is contained in:
atm-lena 2021-10-21 18:54:07 +02:00
parent 03765528e1
commit bdc8854baa
2 changed files with 2 additions and 8 deletions

View File

@ -5971,12 +5971,6 @@ abstract class CommonObject
dol_syslog('Error bad setup of extrafield', LOG_WARNING); dol_syslog('Error bad setup of extrafield', LOG_WARNING);
} }
break; break;
case 'boolean':
if (empty($this->array_options["options_".$key])) {
$this->array_options["options_".$key] = null;
}
break;
} }
} }