Commit cbcca5af705a253c0d171241fbc0944e6a84dc1b
1 parent
fa544567
Exists in
master
and in
93 other branches
Restore error_reporting level
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/config.php
... | ... | @@ -14,7 +14,7 @@ if (!file_exists(__DIR__."/my_config.php")) { |
14 | 14 | |
15 | 15 | require_once 'my_config.php'; |
16 | 16 | |
17 | -error_reporting(E_ALL); | |
17 | +error_reporting(E_ERROR); | |
18 | 18 | |
19 | 19 | # Load AMDA_Integration config |
20 | 20 | require_once(INTEGRATION_BASE_PATH.'/config/AMDAIntegrationConfig.php'); | ... | ... |