Skip to content

Commit

Permalink
Fix error message for database configuration missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Jun 21, 2011
1 parent f1108b2 commit 3474837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Errors/missing_datasource_config.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<h2><?php echo __d('cake_dev', 'Missing Datasource Configuration'); ?></h2>
<p class="error">
<strong><?php echo __d('cake_dev', 'Error'); ?>: </strong>
<?php echo __d('cake_dev', 'The datasource configuration %1$s was not found in databases.php.', '<em>' . $config . '</em>'); ?>
<?php echo __d('cake_dev', 'The datasource configuration %1$s was not found in database.php.', '<em>' . $config . '</em>'); ?>
</p>
<p class="notice">
<strong><?php echo __d('cake_dev', 'Notice'); ?>: </strong>
Expand Down

0 comments on commit 3474837

Please sign in to comment.