$constants->setup = $this->const;
$constants->setup = $this->mergeConstantsFromPageTSconfig($constants->setup);
- $matchObj = t3lib_div::makeInstance('t3lib_matchCondition');
- $matchObj->matchAll=1; // Matches ALL conditions in TypoScript
+ /* @var $matchObj t3lib_matchCondition_frontend */
+ $matchObj = t3lib_div::makeInstance('t3lib_matchCondition_frontend');
+ $matchObj->setSimulateMatchResult(true); // Matches ALL conditions in TypoScript
$c=0;
$cc=count($this->constants);