Project

General

Profile

Bug #22370 » 13991_v2.diff

Administrator Admin, 2010-04-19 17:20

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (working copy)
$conf['params.'] = array_merge((array) $conf['params.'], $conf['predefined']);
$content = $this->QTOBJECT($conf);
break;
case 'media':
case 'embed':
$paramsArray = array_merge((array) $typeConf['default.']['params.'], (array) $conf['params.'], $conf['predefined']);
$conf['params']= '';
foreach ($paramsArray as $key => $value) {
(2-2/2)