From 9817ef6840702e7b35fb39fbfd17fd3b3bf70859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Tue, 5 Nov 2013 11:54:22 +0100 Subject: [PATCH] // small fix on profiling --- tools/profiling/Controller.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/profiling/Controller.php b/tools/profiling/Controller.php index e8adfbb00..5fee49cb2 100644 --- a/tools/profiling/Controller.php +++ b/tools/profiling/Controller.php @@ -176,7 +176,6 @@ abstract class Controller extends ControllerCore public function __construct() { - parent::__construct(); // error management set_error_handler('developpementErrorHandler');