Index: typo3/class.db_list.inc =================================================================== --- typo3/class.db_list.inc (revision 9751) +++ typo3/class.db_list.inc (working copy) @@ -217,7 +217,7 @@ } 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);