Bug #45426 ยป media_element_conf_file.patch
typo3/sysext/cms/tslib/content/class.tslib_content_media.php (revision ) | ||
---|---|---|
$conf['file'] = $this->cObj->typoLink_URL(array(
|
||
'parameter' => $url
|
||
));
|
||
unset($conf['file.']);
|
||
}
|
||
$renderType = isset($conf['renderType.'])
|