Project

General

Profile

Feature #18911 » 8623_v3_realurl.diff

Administrator Admin, 2010-08-15 12:30

View differences:

class.tx_realurl_advanced.php (Arbeitskopie)
$pageid = ($row['doktype'] == 4 ? $this->resolveShortcut($row, $disableGroupAccessCheck, $log) : $row['uid']);
}
}
elseif ($page['shortcut_mode'] == 3) {
// Jumps to parent page
$page = $GLOBALS['TSFE']->sys_page->getPage($page['pid'], $disableGroupAccessCheck);
$pageid = $page['uid'];
if ($page && $page['doktype'] == 4) {
$pageid = $this->resolveShortcut($page, $disableGroupAccessCheck, $log);
}
}
return $pageid;
}
(8-8/8)