Project

General

Profile

Bug #22215 » 13705_showitem.patch

Administrator Admin, 2010-09-19 15:55

View differences:

typo3/show_item.php (Arbeitskopie)
$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;
(2-2/2)