Add separator
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
81e72439b6
commit
cc6fd10b28
@ -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
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user