Browse Source

Display errors by default.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
Taylor Otwell 13 years ago
parent
commit
9bb69309f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/start.php

+ 1 - 1
application/start.php

@@ -12,7 +12,7 @@
 |
 */
 
-ini_set('display_errors', 'Off');
+ini_set('display_errors', 'On');
 
 /*
 |--------------------------------------------------------------------------