Project

General

Profile

Bug #23313 » 15302.diff

Administrator Admin, 2010-10-09 19:59

View differences:

class.t3lib_page.php (working copy)
$output[$c] = $val;
}
//if $MP is empty, $MP get an default value
if (is_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;
(1-1/2)