+2009-03-08 Oliver Hader <oliver@typo3.org>
+
+ * Follow-up to feature #10565: Condition PIDinRootline did not work anymore
+
2009-03-07 Stanislas Rolland <typo3@sjbr.ca>
* Follow-up for feature #7970: fontstyle and fontsize should not use deprecated font tag
if (($key=='PIDinRootline') || (!in_array($GLOBALS['TSFE']->id, $values))) {
$theRootLine = is_array($GLOBALS['TSFE']->tmpl->rootLine) ? $GLOBALS['TSFE']->tmpl->rootLine : $this->altRootLine;
foreach ($values as $test) {
- foreach ($theRootline as $rl_key => $rl_dat) {
+ foreach ($theRootLine as $rl_dat) {
if ($rl_dat['uid'] == $test) {
return true;
}