Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix duplications in extrafield options - refs BT#15673
  • Loading branch information
AngelFQC committed May 20, 2019
1 parent 65fab0e commit 87d542f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/lib/extra_field.lib.php
Expand Up @@ -3087,7 +3087,7 @@ private function addSelectElement(FormValidator $form, array $fieldDetails, $def
'select',
'extra_'.$fieldDetails['variable'],
$fieldDetails['display_text'],
$options,
[],
['id' => 'extra_'.$fieldDetails['variable']]
);

Expand Down

0 comments on commit 87d542f

Please sign in to comment.