// small fix on profiling

This commit is contained in:
Rémi Gaillard
2013-11-05 11:54:22 +01:00
parent 581645ce6d
commit 9817ef6840

View File

@@ -176,7 +176,6 @@ abstract class Controller extends ControllerCore
public function __construct()
{
parent::__construct();
// error management
set_error_handler('developpementErrorHandler');