diff --git a/typo3/sysext/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php b/typo3/sysext/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php index 1c3e40e391..e824566150 100644 --- a/typo3/sysext/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php +++ b/typo3/sysext/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php @@ -61,7 +61,7 @@ class DatabaseRecordLinkBuilder extends AbstractTypolinkBuilder // Unset the parameter part of the given TypoScript configuration while keeping // config that has been set in addition. - unset($conf['parameter.']); + unset($conf['parameter.'], $conf['parameter']); $typoScriptConfiguration = array_merge_recursive($typoScriptConfiguration, $conf); // Build the full link to the record