Fixing style errors.

This commit is contained in:
stickler-ci 2022-01-14 09:12:30 +00:00
parent 5b3fcc5e43
commit 2b64f69def

View File

@ -1947,7 +1947,7 @@ class ExtraFields
if (!empty($onlykey) && $onlykey != '@GETPOSTISSET' && $key != $onlykey) {
continue;
}
if (!empty($onlykey) && $onlykey == '@GETPOSTISSET' && !GETPOSTISSET('options_'.$key) && (! in_array($this->attributes[$object->table_element]['type'][$key], array('boolean', 'chkbxlst')))) {
continue;
}