The php version field should be mandatory

This commit is contained in:
Ludovic Poujol 2019-03-27 14:58:56 +01:00
parent 256baadb85
commit 128db07700
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ if ($conf['bindadmin']) {
}
if (array_key_exists('php_versions', $conf) && count($conf['php_versions']) > 1) {
$form->addField('php_version', new SelectFormField("Version de PHP", FALSE, $conf['php_versions']));
$form->addField('php_version', new SelectFormField("Version de PHP", TRUE, $conf['php_versions']));
}
if ($conf['quota']) {