Project

General

Profile

Bug #24278 » 2010120110000018.patch

Administrator Admin, 2010-12-02 18:47

View differences:

typo3/class.db_list.inc (working copy)
}
if ($sL>0) {
$tree = $this->getTreeObject($id,$sL,$this->perms_clause);
$tree = $this->getTreeObject($this->id,$sL,$this->perms_clause);
$this->pidSelect = 'pid IN ('.implode(',',$tree->ids).')';
} else {
$this->pidSelect = 'pid='.intval($id);
(1-1/5)