install/index.php - Fix warning
authorTim Otten <totten@civicrm.org>
Wed, 25 Feb 2015 22:33:20 +0000 (14:33 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 25 Feb 2015 22:33:20 +0000 (14:33 -0800)
install/index.php

index a24159e54e6258b69e93454dac7593aaaae43707..2e2e6ff16cd9134858d71a52bbc9468fe0b865cc 100644 (file)
@@ -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
       );