diff -ru trunk.orig/typo3/sysext/extra_page_cm_options/class.tx_extrapagecmoptions.php trunk/typo3/sysext/extra_page_cm_options/class.tx_extrapagecmoptions.php --- trunk.orig/typo3/sysext/extra_page_cm_options/class.tx_extrapagecmoptions.php 2008-05-26 22:23:37.000000000 +0200 +++ trunk/typo3/sysext/extra_page_cm_options/class.tx_extrapagecmoptions.php 2008-06-13 13:31:24.000000000 +0200 @@ -141,7 +141,7 @@ // 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.