Feature #21062 ยป patch-cemedia-stdwrap.patch
typo3/sysext/cms/tslib/class.tslib_content.php (Arbeitskopie) | ||
---|---|---|
// it is a content element
|
||
$this->readFlexformIntoConf($flexParams, $conf['parameter.']);
|
||
$url = $conf['parameter.']['mmFile'];
|
||
$url = $this->stdWrap($url, $conf['file.']);
|
||
} else {
|
||
// it is a TS object
|
||
$url = $this->stdWrap($conf['file'], $conf['file.']);
|