Bug #29584 » 29584_1.diff
sysext/cms/tslib/class.tslib_fe.php | ||
---|---|---|
$this->id = $this->page['uid'];
|
||
}
|
||
if ($this->page['doktype']==7) {
|
||
$arMpInfo = $this->sys_page->getMountPointInfo($this->id);
|
||
$this->originalShortcutPage = $this->page;
|
||
$this->MP = $arMpInfo['MPvar'];
|
||
$this->page = $this->getPageShortcut(
|
||
$arMpInfo['mount_pid'], 0, $this->id,$this->page['uid'], 20, array(), TRUE
|
||
);
|
||
$this->id = $this->page['uid'];
|
||
}
|
||
// Gets the rootLine
|
||
$this->rootLine = $this->sys_page->getRootLine($this->id,$this->MP);
|
||