Browse Source

Add missing semi-colon, fixes #2937

Bryan Crowe 12 years ago
parent
commit
003d1a6d47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Config/core.php

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