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