From cd37311ba12b74b3b366461b29d0b810c82291a3 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 10 Mar 2014 12:48:09 +0100 Subject: [PATCH] remove init_set use --- core/lib/Thelia/Core/Thelia.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/lib/Thelia/Core/Thelia.php b/core/lib/Thelia/Core/Thelia.php index a6f4102ac..15076211f 100644 --- a/core/lib/Thelia/Core/Thelia.php +++ b/core/lib/Thelia/Core/Thelia.php @@ -63,9 +63,6 @@ class Thelia extends Kernel public function init() { parent::init(); - if ($this->debug) { - ini_set('display_errors', 1); - } $this->initPropel(); }