Project

General

Profile

Bug #18587 ยป 8060_clickmenu_preview.diff

Administrator Admin, 2008-04-16 09:02

View differences:

typo3/alt_clickmenu.php (working copy)
if (!in_array('view',$this->disabledItems)) {
if ($table=='pages') $menuItems['view']=$this->DB_view($uid);
if ($table==$GLOBALS['TYPO3_CONF_VARS']['SYS']['contentTable']) {
$ws_rec = t3lib_BEfunc::getRecordWSOL($table,$this->rec['t3ver_oid']);
$ws_rec = t3lib_BEfunc::getRecordWSOL($table, $this->rec['uid']);
$menuItems['view']=$this->DB_view($ws_rec['pid']);
}
}
    (1-1/1)