From 877c92b361f10ff951dfec1e39560cf89dba7f3b Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Fri, 26 Oct 2012 13:20:14 +0000 Subject: [PATCH] // --- config/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.inc.php b/config/config.inc.php index 0782b42e5..80d31e32a 100644 --- a/config/config.inc.php +++ b/config/config.inc.php @@ -26,7 +26,7 @@ */ /* Debug only */ -ini_set('display_errors', 'on'); +@ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true); $start_time = microtime(true);