From f6407a9aa82755d1a5a760d7382e664d45b8f0f2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 21 Aug 2008 16:45:14 +0000 Subject: [PATCH] bug #2064649 Missing question mark --- libraries/core.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/core.lib.php b/libraries/core.lib.php index c312b16de..d1becf431 100644 --- a/libraries/core.lib.php +++ b/libraries/core.lib.php @@ -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