mirror of
https://github.com/friendica/friendica
synced 2025-04-28 03:50:17 +00:00
Bugfixing AutomaticInstallation test
This commit is contained in:
parent
bc73d4bd2b
commit
90e88d6c35
9 changed files with 37 additions and 25 deletions
|
@ -100,10 +100,10 @@ HELP;
|
|||
}
|
||||
}
|
||||
|
||||
$db_host = Config::getConfigValue('database', 'hostname');
|
||||
$db_user = Config::getConfigValue('database', 'username');
|
||||
$db_pass = Config::getConfigValue('database', 'password');
|
||||
$db_data = Config::getConfigValue('database', 'database');
|
||||
$db_host = $a->getConfig()->get('database', 'hostname');
|
||||
$db_user = $a->getConfig()->get('database', 'username');
|
||||
$db_pass = $a->getConfig()->get('database', 'password');
|
||||
$db_data = $a->getConfig()->get('database', 'database');
|
||||
} else {
|
||||
// Creating config file
|
||||
$this->out("Creating config file...\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue