typo in previous fix

This commit is contained in:
Marc Delisle 2008-10-06 21:40:12 +00:00
parent 37ca1e466c
commit 4faa04f3f2

View File

@ -534,7 +534,7 @@ if ($_SESSION['PMA_Config']->get('ForceSSL')
PMA_sendHeaderLocation(
preg_replace('/^http/', 'https',
$_SESSION['PMA_Config']->get('PmaAbsoluteUri'))
. PMA_generate_common_url($_GET, '&');
. PMA_generate_common_url($_GET, '&'));
exit;
}