diff --git a/ChangeLog b/ChangeLog index 0ea0f03f8..d944972a7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ 2021-03-09 Franz Holzinger - * bugfix issue #76: marks not parsed because of wrong initialization order. + * bugfix issue #76: Markers from setup marks are not parsed because of wrong initialization order. 2021-03-05 Franz Holzinger * bugfix: $assetCollector->addInlineJavaScript is no useful replacement for $GLOBALS['TSFE']->additionalHeaderData. diff --git a/Classes/Controller/TaxajaxController.php b/Classes/Controller/TaxajaxController.php index ae6154e06..edb279985 100755 --- a/Classes/Controller/TaxajaxController.php +++ b/Classes/Controller/TaxajaxController.php @@ -74,8 +74,6 @@ public function processRequest ( $config = array(); $config['LLkey'] = ''; - // tt_products specific parts - // Make instance: $ajax = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('tx_ttproducts_ajax'); $ajax->init();