Browse Source

Correcting mistake from earlier.

mark_story 16 years ago
parent
commit
caf780fdfb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/config/core.php

+ 1 - 1
app/config/core.php

@@ -39,7 +39,7 @@
  * In production mode, flash messages redirect after a time interval.
  * In development mode, you need to click the flash message to continue.
  */
-	Configure::write('debug', 0);
+	Configure::write('debug', 2);
 
 /**
  * CakePHP Log Level: