Skip to content

Commit

Permalink
Add missing semi-colon, fixes #2937
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Mar 3, 2014
1 parent 5499087 commit 003d1a6
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
* 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 003d1a6

Please sign in to comment.