We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b9620 commit 63e5548Copy full SHA for 63e5548
interface/web/client/form/client.tform.php
@@ -224,6 +224,9 @@
224
'language' => array (
225
'datatype' => 'VARCHAR',
226
'formtype' => 'SELECT',
227
+ 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
228
+ 'errmsg'=> 'language_error_empty'),
229
+ ),
230
'default' => $conf["language"],
231
'value' => $language_list,
232
'separator' => '',
0 commit comments