projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b69c3
)
install/index.php - Fix warning
author
Tim Otten
<totten@civicrm.org>
Wed, 25 Feb 2015 22:33:20 +0000
(14:33 -0800)
committer
Tim Otten
<totten@civicrm.org>
Wed, 25 Feb 2015 22:33:20 +0000
(14:33 -0800)
install/index.php
patch
|
blob
|
blame
|
history
diff --git
a/install/index.php
b/install/index.php
index a24159e54e6258b69e93454dac7593aaaae43707..2e2e6ff16cd9134858d71a52bbc9468fe0b865cc 100644
(file)
--- 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
);