Fix warning

This commit is contained in:
Laurent Destailleur
2022-09-20 11:18:10 +02:00
parent d4db4480d7
commit c5c85fad9d

View File

@@ -7988,7 +7988,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":