X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/c97e5311611b43064162efc53d10f7a121c2bb62..a0192e14067271e7be76e0098fd7ea23d02bb551:/t3lib/class.t3lib_tstemplate.php diff --git a/t3lib/class.t3lib_tstemplate.php b/t3lib/class.t3lib_tstemplate.php index 9e841f3ebd36..39bbe5f0c972 100644 --- a/t3lib/class.t3lib_tstemplate.php +++ b/t3lib/class.t3lib_tstemplate.php @@ -1095,12 +1095,8 @@ class t3lib_TStemplate { foreach($tempConf as $aKey => $val) { $conf2[$aKey][$cKey] = $val; } - } - } - - // Splitting of all values on this level of the TypoScript object tree: - foreach($conf as $cKey => $val) { - if (!is_array($val)) { + } else { + // Splitting of all values on this level of the TypoScript object tree: if (!strstr($val,'|*|') && !strstr($val,'||')) { for ($aKey=0;$aKey<$splitCount;$aKey++) { $conf2[$aKey][$cKey] = $val;