Skip to content

Commit

Permalink
proper error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
rgigger committed Dec 11, 2013
1 parent 61393c5 commit 44e5df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/boot/error/Error.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Rick Gigger
**/

error_reporting(E_ALL - E_STRICT);
error_reporting(E_ALL & ~E_STRICT);

Class ErrorSettings
{
Expand Down

0 comments on commit 44e5df9

Please sign in to comment.