Verified Commit 935f3125 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(personal) Adapt call to DateAttribute constructor to last changes

issue #5927
Showing with 2 additions and 1 deletion
+2 -1
......@@ -119,7 +119,8 @@ class personalInfo extends simplePlugin
_('Date of birth'), _('Date of birth'),
'dateOfBirth', FALSE,
'Y-m-d', '',
'30 years ago'
// min and max:
NULL, 'now'
),
new SelectAttribute(
_('Sex'), _('Gender'),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment