Skip to content

Commit

Permalink
normalize error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
philippK-de committed Oct 12, 2016
1 parent 61abfe3 commit 1a60317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// collabtive release date
define("CL_PUBDATE", "1476223200");
// uncomment next line for debugging
//error_reporting(E_ALL || E_STRICT);
error_reporting(E_ALL || E_STRICT);
// include config file , pagination and global functions
require(CL_ROOT . "/config/" . CL_CONFIG . "/config.php");
//include composer dependencies
Expand Down

0 comments on commit 1a60317

Please sign in to comment.