Index: typo3/js/modulemenu.js =================================================================== --- typo3/js/modulemenu.js (revision 9492) +++ typo3/js/modulemenu.js (working copy) @@ -203,7 +203,7 @@ TYPO3.ModuleMenu.App = { //get id var section = mod.split('_')[0]; if (top.fsMod.recentIds[section]) { - params = 'id=' + top.fsMod.recentIds[section] + params; + params = 'id=' + top.fsMod.recentIds[section] + '&' + params; } if (record.navigationComponentId) {