Index: typo3/index.php =================================================================== --- typo3/index.php (revision 10547) +++ typo3/index.php (revision ) @@ -461,8 +461,8 @@ '; - } else { // If there is only ONE interface value set: - + } elseif (!$this->redirect_url) { + // If there is only ONE interface value set and no redirect_url is present: $this->interfaceSelector_hidden=''; } }