From 003d1a6d4792d16dfa08885505befe74c3b2fb03 Mon Sep 17 00:00:00 2001 From: Bryan Crowe Date: Mon, 3 Mar 2014 01:03:56 -0500 Subject: [PATCH] Add missing semi-colon, fixes #2937 --- app/Config/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Config/core.php b/app/Config/core.php index 17758d18a..ea73f4eab 100644 --- a/app/Config/core.php +++ b/app/Config/core.php @@ -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'); /** *