Bug #19078 ยป class_t3lib_befunc.php.diff
typo3_src/t3lib/class.t3lib_befunc.php (working copy) | ||
---|---|---|
$reg = array();
|
||
if (count($specConfParts)) {
|
||
foreach($specConfParts as $k2 => $v2) {
|
||
$tmpSpecConfParts = $specConfParts;
|
||
foreach($tmpSpecConfParts as $k2 => $v2) {
|
||
unset($specConfParts[$k2]);
|
||
if (ereg('(.*)\[(.*)\]', $v2, $reg)) {
|
||
$specConfParts[trim($reg[1])] = array(
|