From: Tim Otten Date: Wed, 25 Feb 2015 22:33:20 +0000 (-0800) Subject: install/index.php - Fix warning X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5f40a8781bd0588318d5551fa201cd171ae26dda;p=civicrm-core.git install/index.php - Fix warning --- 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 );