Index: typo3/mod/tools/em/class.em_index.php =================================================================== --- typo3/mod/tools/em/class.em_index.php (revision 6143) +++ typo3/mod/tools/em/class.em_index.php (working copy) @@ -2282,8 +2282,7 @@ if (($this->CMD['load'] || $this->CMD['remove']) && is_array($techInfo['flags']) && in_array('Module', $techInfo['flags'], true)) { $vA['CMD']['refreshMenu'] = 1; } - header('Location: '.t3lib_div::linkThisScript($vA)); - exit; + t3lib_div::redirect(t3lib_div::linkThisScript($vA)); } } }