bug #2064649 Missing question mark

This commit is contained in:
Marc Delisle
2008-08-21 16:45:14 +00:00
parent 307471e116
commit f6407a9aa8

View File

@@ -268,7 +268,7 @@ function PMA_fatalError($error_message, $message_args = null)
'type' => $GLOBALS['strError'],
'error' => $error_message,
);
header('Location: ' . (defined('PMA_SETUP') ? '../' : '') . 'error.php'
header('Location: ' . (defined('PMA_SETUP') ? '../' : '') . 'error.php?'
. http_build_query($query_params, null, '&'));
// on fatal errors it cannot hurt to always delete the current session