Fix warning
This commit is contained in:
parent
8c7cb5b70b
commit
8aaefe8fbf
@ -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":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user