fix warning
This commit is contained in:
parent
819e6e1122
commit
d0b8a80c7a
@ -82,7 +82,7 @@ foreach ($object->fields as $key => $val) {
|
||||
} else {
|
||||
$value = GETPOST($key, 'alphanohtml');
|
||||
}
|
||||
if ($val['noteditable']) {
|
||||
if (!empty($val['noteditable'])) {
|
||||
print $object->showOutputField($val, $key, $value, '', '', '', 0);
|
||||
} else {
|
||||
print $object->showInputField($val, $key, $value, '', '', '', 0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user