Bug #23313 » 15302_2.diff
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;
|
- « Previous
- 1
- 2
- Next »