Fix warning

This commit is contained in:
Laurent Destailleur 2022-09-20 11:18:10 +02:00
parent 8c7cb5b70b
commit 8aaefe8fbf

View File

@ -8119,7 +8119,7 @@ abstract class CommonObject
switch ($mode) {
case "view":
$value = $this->array_options["options_".$key.$keysuffix]; // Value may be clean or formated later
$value = ((!empty($this->array_options) && array_key_exists("options_".$key.$keysuffix, $this->array_options)) ? $this->array_options["options_".$key.$keysuffix] : null); // Value may be cleaned or formated later
break;
case "create":
case "edit":