Bug #24278 » 2010120110000018.patch
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);
|