Add separator

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-06-17 14:04:21 +02:00
parent 81e72439b6
commit cc6fd10b28

View File

@ -256,7 +256,7 @@ function PMA_userprefsRedirect($file_name,
if ($hash) {
$hash = '#' . urlencode($hash);
}
PMA_sendHeaderLocation('./' . $file_name
PMA_sendHeaderLocation('./' . $file_name . '?'
. URL::getCommonRaw($url_params, '&') . $hash
);
}