Skip to content

Commit

Permalink
Merge pull request #76 from tPl0ch/2.0-pages-home
Browse files Browse the repository at this point in the history
Added missing string concatenator to lib/Cake/Views/pages/home.ctp.
  • Loading branch information
AD7six committed May 16, 2011
2 parents 84622da + 785c80b commit 012e452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Pages/home.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ endif;
<p>
<?php
$filePresent = null;
if (file_exists(APP . 'Config' . DS 'database.php')):
if (file_exists(APP . 'Config' . DS . 'database.php')):
echo '<span class="notice success">';
echo __d('cake_dev', 'Your database configuration file is present.');
$filePresent = true;
Expand Down

0 comments on commit 012e452

Please sign in to comment.