Skip to content

Commit

Permalink
Move /src/Config to /config.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jul 31, 2014
1 parent 8b6f04b commit 3292541
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Core/Configure.php
Expand Up @@ -324,7 +324,7 @@ protected static function _getEngine($config) {
*/
public static function version() {
if (!isset(static::$_values['Cake']['version'])) {
require CAKE . 'Config/config.php';
require CORE_PATH . 'config/config.php';
static::write($config);
}
return static::$_values['Cake']['version'];
Expand Down

0 comments on commit 3292541

Please sign in to comment.