remove init_set use

This commit is contained in:
Manuel Raynaud
2014-03-10 12:48:09 +01:00
parent fcdb87015f
commit cd37311ba1

View File

@@ -63,9 +63,6 @@ class Thelia extends Kernel
public function init() public function init()
{ {
parent::init(); parent::init();
if ($this->debug) {
ini_set('display_errors', 1);
}
$this->initPropel(); $this->initPropel();
} }