Feature #18911 » 8623_v3_realurl.diff
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;
|
||
}
|
||
- « Previous
- 1
- …
- 6
- 7
- 8
- Next »