Fix that the database is displayed instead of the login in the db summary
refs #7163
This commit is contained in:
parent
1136a09741
commit
7da11b83f5
|
@ -362,7 +362,7 @@ class WebInstaller implements Installer
|
||||||
),
|
),
|
||||||
$this->pageData['setup_database_creation']['username'],
|
$this->pageData['setup_database_creation']['username'],
|
||||||
$resourceConfig['dbname'],
|
$resourceConfig['dbname'],
|
||||||
$this->pageData['setup_db_resource']['dbname']
|
$this->pageData['setup_db_resource']['username']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue