Task #33082 ยป diff-rootline.diff
t3lib/class.t3lib_page.php | ||
---|---|---|
// Add row to rootline with language overlaid:
|
||
$theRowArray[] = $this->getPageOverlay($row);
|
||
} else {
|
||
$this->error_getRootLine = 'Broken rootline';
|
||
$this->error_getRootLine = 'Broken rootline by trying to get the fields "' . $selFields . '" from the page with uid ' . $uid;
|
||
$this->error_getRootLine_failPid = $uid;
|
||
return array(); // broken rootline.
|
||
}
|