Skip to content

Commit

Permalink
Merge pull request #2939 from bcrowe/hotfix-missing-semi-colon
Browse files Browse the repository at this point in the history
Add missing semi-colon, fixes #2937
  • Loading branch information
lorenzo committed Mar 3, 2014
2 parents 5499087 + 003d1a6 commit 1410910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Config/core.php
Expand Up @@ -275,7 +275,7 @@
* then the value of `Config.timezone` will be used. This feature allows you to set users' timezone just * then the value of `Config.timezone` will be used. This feature allows you to set users' timezone just
* once instead of passing it each time in function calls. * once instead of passing it each time in function calls.
*/ */
//Configure::write('Config.timezone', 'Europe/Paris') //Configure::write('Config.timezone', 'Europe/Paris');


/** /**
* *
Expand Down

0 comments on commit 1410910

Please sign in to comment.