Project

General

Profile

Feature #17747 » 6637_trunk.patch

Administrator Admin, 2007-11-09 00:43

View differences:

typo3/sysext/cms/tslib/class.tslib_menu.php 2007-11-09 00:32:14.000000000 +0100
// For normal mount points, set the variable for next level.
if ($v_rl['_MP_PARAM'] && !$v_rl['_MOUNT_OL']) {
$rl_MParray[] = $v_rl['_MP_PARAM'];
}
}
if ($this->conf['special.']['reverseOrder']) {
$temp = array_reverse($temp);
$rl_MParray = array_reverse($rl_MParray);
}
break;
case 'browse':
(2-2/2)