Update html.form.class.php

This commit is contained in:
Damien BENOIT 2021-03-10 16:42:14 +01:00 committed by GitHub
parent d5e6f54b5c
commit 93675082d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7894,7 +7894,7 @@ class Form
if (empty($fieldref)) { if (empty($fieldref)) {
$fieldref = 'ref'; $fieldref = 'ref';
} }
// Preparing gender's display if there is one // Preparing gender's display if there is one
if ($object->gender) { if ($object->gender) {
$addgendertxt = ' '; $addgendertxt = ' ';