Skip to content

Commit

Permalink
Fix failing test in App.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 9, 2012
1 parent 0e56d74 commit 1bc4562
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Cake/Config/config.php
Expand Up @@ -17,4 +17,5 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
$versionFile = file(CAKE . 'VERSION.txt');
return $config['Cake.version'] = trim(array_pop($versionFile));
$config['Cake.version'] = trim(array_pop($versionFile));
return $config;

0 comments on commit 1bc4562

Please sign in to comment.