parent
87e774cb88
commit
5e7817cad2
|
@ -54,7 +54,7 @@ class DbResourceForm extends Form
|
||||||
$dbChoice = key($dbChoices);
|
$dbChoice = key($dbChoices);
|
||||||
if ($dbChoice === 'pgsql') {
|
if ($dbChoice === 'pgsql') {
|
||||||
$offerPostgres = true;
|
$offerPostgres = true;
|
||||||
} elseif ($dbChoices === 'mysql') {
|
} elseif ($dbChoice === 'mysql') {
|
||||||
$offerMysql = true;
|
$offerMysql = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue