Project

General

Profile

Task #33082 ยป diff-rootline.diff

Georg Ringer, 2012-01-10 09:48

View differences:

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.
}
    (1-1/1)