Skip to content

Commit

Permalink
remove language from filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Prestaworks committed Feb 6, 2024
1 parent b1b2721 commit fd2b351
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -271,7 +271,6 @@ private function processForm(Request $request, $successMessage, $linkBlockId = n
protected function buildFiltersParamsByRequest(Request $request)
{
$filtersParams = array_merge(LinkBlockFilters::getDefaults(), $request->query->all());
$filtersParams['filters']['id_lang'] = $this->getContext()->language->id;

return $filtersParams;
}
Expand Down

0 comments on commit fd2b351

Please sign in to comment.