From 5f40a8781bd0588318d5551fa201cd171ae26dda Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 25 Feb 2015 14:33:20 -0800 Subject: [PATCH] install/index.php - Fix warning --- install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index a24159e54e..2e2e6ff16c 100644 --- a/install/index.php +++ b/install/index.php @@ -372,7 +372,7 @@ class InstallRequirements { array( ts("MySQL %1 Configuration", array(1 => $dbName)), ts("Can I access/create the database?"), - ts("I can't create new databases and the database '%1' doesn't exist.", array(1 => $databaseConfig[database])), + ts("I can't create new databases and the database '%1' doesn't exist.", array(1 => $databaseConfig['database'])), ), $onlyRequire ); -- 2.25.1