Fix phpcs
This commit is contained in:
parent
d4501a6f67
commit
8f7b222764
@ -2070,7 +2070,7 @@ class ExtraFields
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (!empty($onlykey) && $onlykey == '@GETPOSTISSET' && !GETPOSTISSET('options_'.$key) && $this->attributes[$object->table_element]['type'][$key] != 'boolean') {
|
if (!empty($onlykey) && $onlykey == '@GETPOSTISSET' && !GETPOSTISSET('options_'.$key) && $this->attributes[$object->table_element]['type'][$key] != 'boolean') {
|
||||||
//when unticking boolean field, it's not set in POST
|
//when unticking boolean field, it's not set in POST
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user