Bug #18950 ยป bug_8703.diff
trunk/typo3/sysext/extra_page_cm_options/class.tx_extrapagecmoptions.php 2008-06-13 13:31:24.000000000 +0200 | ||
---|---|---|
// Temporary mount point item:
|
||
if ($table=='pages') {
|
||
$localItems['perms'] = $backRef->DB_tempMountPoint($uid);
|
||
$localItems['mount_as_treeroot'] = $backRef->DB_tempMountPoint($uid);
|
||
}
|
||
// Merge the locally made items into the current menu items passed to this function.
|