Skip to content

Commit

Permalink
Merge pull request #19 from deschilter/main
Browse files Browse the repository at this point in the history
[FIX] Make sure the SiteLanguage is resolved before the middleware
  • Loading branch information
achimfritz committed Jun 26, 2024
2 parents 3667d2d + 12917e0 commit d899d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/RequestMiddlewares.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
'b13/just-in-case' => [
'target' => \B13\JustInCase\Middleware\LowerCaseUri::class,
'after' => [
'typo3/cms-frontend/site-resolver',
'typo3/cms-frontend/base-redirect-resolver',
],
'before' => [
'typo3/cms-frontend/base-redirect-resolver',
'typo3/cms-frontend/page-resolver',
],
],
],
Expand Down

0 comments on commit d899d70

Please sign in to comment.