Skip to content
Snippets Groups Projects
Commit fc6a9aeb authored by Alex Pott's avatar Alex Pott
Browse files

Issue #1964482 by Eronarn: Fixed Non-canonical Symfony priority in LanguageRequestSubscriber.

parent c7916f05
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -55,7 +55,7 @@ public function onKernelRequestLanguage(GetResponseEvent $event) {
* An array of event listener definitions.
*/
static function getSubscribedEvents() {
$events[KernelEvents::REQUEST][] = array('onKernelRequestLanguage', 300);
$events[KernelEvents::REQUEST][] = array('onKernelRequestLanguage', 255);
return $events;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment