Add missing semi-colon, fixes #2937

This commit is contained in:
Bryan Crowe 2014-03-03 01:03:56 -05:00
parent 549908738b
commit 003d1a6d47

View file

@ -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');
/** /**
* *