fixing #6652 Manual installer bricked

This commit is contained in:
Philipp Holzer 2019-02-14 17:44:17 +01:00
parent fe57583e2b
commit 347d959f25
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
3 changed files with 11 additions and 9 deletions

View file

@ -146,7 +146,7 @@ HELP;
$installer->resetChecks();
if (!$installer->checkDB($db_host, $db_user, $db_pass, $db_data)) {
if (!$installer->checkDB($a->getConfig(), $db_host, $db_user, $db_pass, $db_data)) {
$errorMessage = $this->extractErrors($installer->getChecks());
throw new RuntimeException($errorMessage);
}