Index: typo3/file_newfolder.php =================================================================== --- typo3/file_newfolder.php (revision 1679) +++ typo3/file_newfolder.php (working copy) @@ -141,7 +141,7 @@ function reload(a) { // if (!changed || (changed && confirm('.$LANG->JScharCode($LANG->sL('LLL:EXT:lang/locallang_core.php:mess.redraw')).'))) { - var params = "&target="+escape(path)+"&number="+a; + var params = "&target="+escape(path)+"&number="+a+"&returnUrl="+escape("' . $this->returnUrl . '"); window.location.href = "file_newfolder.php?"+params; } }