From e81c71078464d32a4537cc8dcbec6db29d44c447 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 20 Oct 2011 16:48:14 +0200 Subject: [PATCH] Increased the priority of the profiler request listener If a request listener returns a response before calling the profiler listener, the request will not be added in the stack leading to an error during the handling of the kernel.response event. The profiler listener should ideally be run first. --- .../Bundle/FrameworkBundle/Resources/config/profiling.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml b/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml index cb494689e216..100fbd1acc08 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml +++ b/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.xml @@ -26,7 +26,7 @@ - + %profiler_listener.only_exceptions%