Project

General

Profile

Bug #84266 ยป 84266.diff

Tizian Schmidlin, 2018-03-14 17:13

View differences:

typo3/sysext/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php
// 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
    (1-1/1)