Project

General

Profile

Bug #39416 ยป 39416.patch

Patch - Christoph Gerold, 2012-09-01 15:46

View differences:

typo3_src-4.7.2/typo3/sysext/cms/tslib/content/class.tslib_content_media.php (revision )
$content = $this->cObj->FLOWPLAYER($conf);
break;
case 'swf':
if($conf['type'] === 'audio' && isset($conf['audioFallback'])) {
$conf['file'] = $conf['audioFallback'];
}
$conf[$conf['type'] . '.'] = array_merge((array) $conf['mimeConf.']['swfobject.'][$conf['type'] . '.'], $typeConf);
$conf = array_merge((array) $conf['mimeConf.']['swfobject.'], $conf);
unset($conf['mimeConf.']);
    (1-1/1)