diff --git a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php index 2aa654c7dab8ccd6cb7a8a3d5c510acb4b39b78c..b1a7c11b1ef335973a0aa2766d15f9b0ced5d4d1 100644 --- a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php +++ b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php @@ -1534,7 +1534,7 @@ class ContentObjectRenderer implements LoggerAwareInterface 'aTagParams' => &$aTagParams ]; foreach ($GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['getATagParamsPostProc'] ?? [] as $className) { - $processor = & GeneralUtility::makeInstance($className); + $processor = GeneralUtility::makeInstance($className); $aTagParams = $processor->process($_params, $this); }