Skip to content

Commit

Permalink
Merge pull request #2485 from bolt/hotfix/side-effect-listing
Browse files Browse the repository at this point in the history
Properly apply fix #2469 for master
  • Loading branch information
bobdenotter authored Mar 23, 2021
2 parents 36d1824 + 4a30229 commit 4681201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Frontend/ListingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function listing(ContentRepository $contentRepository, string $contentTyp
array_merge([
'contentTypeSlug' => $contentType->get('slug'),
'_locale' => $this->request->getLocale(),
], $queryParams)
], $params)
);

// Render
Expand Down

0 comments on commit 4681201

Please sign in to comment.