Skip to content

Commit

Permalink
reverting previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Oct 21, 2012
1 parent 2413426 commit 4ffd7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventListener/LocaleListener.php
Expand Up @@ -61,7 +61,7 @@ public function onKernelRequest(GetResponseEvent $event)
static public function getSubscribedEvents()
{
return array(
KernelEvents::REQUEST => array(array('onKernelRequest', 35)),
KernelEvents::REQUEST => array(array('onKernelRequest', 1)),
);
}

Expand Down

0 comments on commit 4ffd7ce

Please sign in to comment.