8000 bug #36838 [HttpKernel] Bring back the debug toolbar (derrabus) · symfony/symfony@87c6683 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87c6683

Browse files
committed
bug #36838 [HttpKernel] Bring back the debug toolbar (derrabus)
This PR was merged into the 4.4 branch. Discussion ---------- [HttpKernel] Bring back the debug toolbar | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #36836 | License | MIT | Doc PR | N/A This PR effectively reverts #36789 in order to fix a regression caused by that PR. Commits ------- 9f8d225 Revert "Change priority of KernelEvents::RESPONSE subscriber"
2 parents 94e8c42 + 9f8d225 commit 87c6683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function onKernelTerminate(PostResponseEvent $event)
119119
public static function getSubscribedEvents()
120120
{
121121
return [
122-
KernelEvents::RESPONSE => ['onKernelResponse', -1012],
122+
KernelEvents::RESPONSE => ['onKernelResponse', -100],
123123
KernelEvents::EXCEPTION => ['onKernelException', 0],
124124
KernelEvents::TERMINATE => ['onKernelTerminate', -1024],
125125
];

0 commit comments

Comments
 (0)
0