X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2FHTMLForm.php;h=44e703b7a8b298947e22bec3c833b916af41fcb4;hb=4ad6525624fc08cb7531db0a1abee8a99d0e3420;hp=1a7f8500d270c4f6269ccf22abb0ddcc80676c60;hpb=8c9de54eef541b4e5997f0d40f1619ae84b0b3a4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/HTMLForm.php b/includes/htmlform/HTMLForm.php index 1a7f8500d2..44e703b7a8 100644 --- a/includes/htmlform/HTMLForm.php +++ b/includes/htmlform/HTMLForm.php @@ -159,6 +159,7 @@ class HTMLForm extends ContextSource { 'checkmatrix' => HTMLCheckMatrix::class, 'cloner' => HTMLFormFieldCloner::class, 'autocompleteselect' => HTMLAutoCompleteSelectField::class, + 'language' => HTMLSelectLanguageField::class, 'date' => HTMLDateTimeField::class, 'time' => HTMLDateTimeField::class, 'datetime' => HTMLDateTimeField::class,