Fix that the database is displayed instead of the login in the db summary

refs #7163
This commit is contained in:
Johannes Meyer 2014-10-07 17:06:51 +02:00
parent 1136a09741
commit 7da11b83f5
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ class WebInstaller implements Installer
),
$this->pageData['setup_database_creation']['username'],
$resourceConfig['dbname'],
$this->pageData['setup_db_resource']['dbname']
$this->pageData['setup_db_resource']['username']
);
}