Index: typo3/show_item.php =================================================================== --- typo3/show_item.php (Revision 8801) +++ typo3/show_item.php (Arbeitskopie) @@ -179,7 +179,7 @@ $this->access = is_array($this->pageinfo) ? 1 : 0; $this->row = $this->pageinfo; } else { - $this->row = t3lib_BEfunc::getRecord($this->table,$this->uid); + $this->row = t3lib_BEfunc::getRecordWSOL($this->table,$this->uid); if ($this->row) { $this->pageinfo = t3lib_BEfunc::readPageAccess($this->row['pid'],$this->perms_clause); $this->access = is_array($this->pageinfo) ? 1 : 0;