From 0bf63ed78b3f26ec47725acc84626ebfc407f975 Mon Sep 17 00:00:00 2001 From: anaggh Date: Sat, 5 Jan 2019 00:18:07 +0530 Subject: [PATCH] Remove deprecated track_errors --- bl-kernel/boot/init.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php index 30566cd6..551516f6 100644 --- a/bl-kernel/boot/init.php +++ b/bl-kernel/boot/init.php @@ -15,7 +15,6 @@ if (DEBUG_MODE) { // Turn on all error reporting ini_set("display_errors", 0); ini_set('display_startup_errors',0); - ini_set("track_errors", 1); ini_set("html_errors", 1); ini_set('log_errors', 1); error_reporting(E_ALL | E_STRICT | E_NOTICE);