Skip to content

Commit

Permalink
Fixing style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickler-ci committed Feb 28, 2020
1 parent 50b3c76 commit 89048ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/core/actions_addupdatedelete.inc.php
Expand Up @@ -130,8 +130,8 @@
}
elseif ($object->fields[$key]['type'] == 'boolean') {
if (!GETPOSTISSET($key)) {
$object->$key = 0; // use 0 instead null if the field is defined as not null
continue;
$object->$key = 0; // use 0 instead null if the field is defined as not null
continue;
}
}

Expand Down

0 comments on commit 89048ca

Please sign in to comment.