Project

General

Profile

Bug #23313 » 15302_2.diff

Administrator Admin, 2010-10-09 21:03

View differences:

class.t3lib_page.php (working copy)
$output[$c] = $val;
}
//if $MP is empty, $MP get an default value
if (empty($MP) or ($MP === '')) { $MP = 0; }
// Note: rootline errors are not cached
$this->cache_getRootLine[$cacheUid][$this->sys_language_uid][$MP][$cacheIgnoreMPerrors] = $output;
return $output;
(2-2/2)