summaryrefslogtreecommitdiff
path: root/includes/config_defaults_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/config_defaults_inc.php')
-rwxr-xr-xincludes/config_defaults_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/config_defaults_inc.php b/includes/config_defaults_inc.php
index cfa1bc2..d674433 100755
--- a/includes/config_defaults_inc.php
+++ b/includes/config_defaults_inc.php
@@ -95,7 +95,7 @@ if( !defined( 'DISPLAY_ERRORS' ) ) {
//}
// define where errors are sent
if( !defined( 'BIT_PHP_ERROR_REPORTING' ) ) {
- define( 'BIT_PHP_ERROR_REPORTING', E_ALL & ~E_DEPRECATED & ~E_NOTICE & ~E_WARNING );
+ define( 'BIT_PHP_ERROR_REPORTING', E_ALL & ~E_NOTICE & ~E_WARNING );
}
// don't change / set _IDs unless you know exactly what you are doing
if( !defined( 'ROOT_USER_ID' ) ) {