Skip to content

Commit

Permalink
Add query fragment provider disabled in FilterSession.
Browse files Browse the repository at this point in the history
  • Loading branch information
eki89 committed May 5, 2020
1 parent fefd7e7 commit 974442b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/contao/classes/FilterSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ private function getTypeParameter($objRealEstateType, $mode, $addFragments=true,
}

$this->addQueryFragmentLanguage($arrColumns, $arrValues);
$this->addQueryFragmentProvider($arrColumns, $arrValues, $objModule);
//$this->addQueryFragmentProvider($arrColumns, $arrValues, $objModule);

if ($objRealEstateType === null)
{
Expand Down Expand Up @@ -354,7 +354,7 @@ public function getTypeParameterByGroups($arrGroups, $mode, $addFragments=true,
}

$this->addQueryFragmentLanguage($arrColumns, $arrValues);
$this->addQueryFragmentProvider($arrColumns, $arrValues, $objModule);
//$this->addQueryFragmentProvider($arrColumns, $arrValues, $objModule);

$arrTypeColumns = array();

Expand Down

0 comments on commit 974442b

Please sign in to comment.