Index: typo3/sysext/impexp/class.tx_impexp_clickmenu.php =================================================================== --- typo3/sysext/impexp/class.tx_impexp_clickmenu.php (revision 5665) +++ typo3/sysext/impexp/class.tx_impexp_clickmenu.php (working copy) @@ -84,7 +84,7 @@ $LL = $this->includeLL(); - $url = 'mod.php?M=xMOD_tximpexp&tx_impexp[action]=export'; + $url = 'mod.php?M=xMOD_tximpexp&tx_impexp[action]=export' . '&id=' . ($table == 'pages' ? $uid : $backRef->rec['pid']); if ($table=='pages') { $url.='&tx_impexp[pagetree][id]='.$uid; $url.='&tx_impexp[pagetree][levels]=0';