Project

General

Profile

Bug #29584 » 29584_1.diff

Alexander Opitz, 2011-09-09 10:00

View differences:

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);
(1-1/3)