Bug new extrafields architecture

This commit is contained in:
Laurent Destailleur 2018-04-17 14:44:55 +02:00
parent 89b5114882
commit 2135365e0a

View File

@ -4560,6 +4560,8 @@ abstract class CommonObject
return 0;
}
$this->array_options=array();
if (! is_array($optionsArray))
{
// If $extrafields is not a known object, we initialize it. Best practice is to have $extrafields defined into card.php or list.php page.