mirror of
https://github.com/friendica/friendica
synced 2025-04-28 03:50:17 +00:00
Fixing DBA::(re-)connect()
This commit is contained in:
parent
c53f0a4382
commit
a73235b6ee
3 changed files with 6 additions and 5 deletions
|
@ -146,7 +146,7 @@ HELP;
|
|||
|
||||
$installer->resetChecks();
|
||||
|
||||
if (!$installer->checkDB($a->getConfigCache(), $a->getProfiler(), $db_host, $db_user, $db_pass, $db_data)) {
|
||||
if (!$installer->checkDB($a->getBasePath(), $a->getConfigCache(), $a->getProfiler(), $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