mirror of
https://github.com/friendica/friendica
synced 2025-04-28 03:50:17 +00:00
fixing #6652 Manual installer bricked
This commit is contained in:
parent
fe57583e2b
commit
347d959f25
3 changed files with 11 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue