Fix var null

This commit is contained in:
Laurent Destailleur 2019-09-02 03:44:34 +02:00
parent a4600c9efa
commit 92799902b6

View File

@ -822,7 +822,7 @@ if ($rowid > 0)
$value = $_POST["options_" . $key];
}
} else {
$value = $adht->array_options["options_" . $key];
$value = $object->array_options["options_" . $key];
}
print '<tr><td width="30%">'.$label.'</td><td>';
print $extrafields->showInputField($key, $value);