Skip to content

Commit

Permalink
Merge pull request #2 from stefanheimes/patch-1
Browse files Browse the repository at this point in the history
Update ContaoPageContextInitializer.php
  • Loading branch information
dmolineus authored Feb 7, 2024
2 parents 04fed76 + e676fec commit 4cc449f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Request/ContaoPageContextInitializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public function initialize(PageContext $context, Request $request): void
$this->framework->initialize();
$this->initializeUserLoggedInConstants();
$this->initializeGlobals($context);
$request->attributes->set('pageModel', $context->page());
$this->initializeLocale($context, $request);
$this->initializeStaticUrls();
$this->initializePageLayout($context);
Expand Down

0 comments on commit 4cc449f

Please sign in to comment.