From 3a7650ad9be9b3e153981f811c6900e276ad7188 Mon Sep 17 00:00:00 2001 From: Bryan Crowe Date: Mon, 16 Dec 2013 21:51:36 -0500 Subject: [PATCH] Remove smart quotes from Configure timezone in bootstrap --- app/Config/core.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Config/core.php b/app/Config/core.php index e37fbb790..44060c128 100644 --- a/app/Config/core.php +++ b/app/Config/core.php @@ -270,9 +270,9 @@ //date_default_timezone_set('UTC'); /** - * ‘Config.timezone’ is available which you can set to user’s timezone string. - * If a method of CakeTime class is called with $timezone parameter as null and ‘Config.timezone’ is set, - * then the value of ‘Config.timezone’ will be used. This feature allows you to set user’s timezone just + * `Config.timezone` is available which you can set to user's timezone string. + * If a method of CakeTime class is called with $timezone parameter as null and `Config.timezone` is set, + * then the value of `Config.timezone` will be used. This feature allows you to set user's timezone just * once instead of passing it each time in function calls. */ //Configure::write('Config.timezone', 'Europe/Paris')