From 7da11b83f53f4079c220f054b29b5e1e8227d0bd Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 7 Oct 2014 17:06:51 +0200 Subject: [PATCH] Fix that the database is displayed instead of the login in the db summary refs #7163 --- library/Icinga/Application/WebInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Application/WebInstaller.php b/library/Icinga/Application/WebInstaller.php index 836bd1d2d..736e74cd9 100644 --- a/library/Icinga/Application/WebInstaller.php +++ b/library/Icinga/Application/WebInstaller.php @@ -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'] ); }