Avoid double question marks here
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
4246606798
commit
5eec427921
@ -111,7 +111,7 @@ class PMA_NavigationHeader
|
||||
$GLOBALS['cfg']['NavigationLogoLink']
|
||||
);
|
||||
if (/*overload*/mb_substr($navLogoLinkLower, 0, 4) !== '://') {
|
||||
$retval .= '?' . $GLOBALS['url_query'] . '"';
|
||||
$retval .= $GLOBALS['url_query'] . '"';
|
||||
} else {
|
||||
$retval .= '" target="_blank"';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user