Index: ../typo3_src-8.7.3/typo3/sysext/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- ../typo3_src-8.7.3/typo3/sysext/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php (revision ) +++ ../typo3_src-8.7.3/typo3/sysext/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php (revision ) @@ -59,6 +59,12 @@ ); } + $tmpConf = $conf; + if (array_key_exists('parameter.', $tmpConf)) { + unset($tmpConf['parameter.']); + } + $typoScriptConfiguration = array_merge_recursive($typoScriptConfiguration, $tmpConf); + // Build the full link to the record $localContentObjectRenderer = GeneralUtility::makeInstance(ContentObjectRenderer::class); $localContentObjectRenderer->start($record, $linkHandlerConfiguration['table']);