Project

General

Profile

Bug #81903 » DatabaseRecordLinkBuilder.patch

René Pflamm, 2017-07-18 10:00

View differences:

../typo3_src-8.7.3/typo3/sysext/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php (revision )
);
}
$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']);
    (1-1/1)