Skip to content

Commit

Permalink
Avoid double question marks here
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Nov 13, 2014
1 parent 4246606 commit 5eec427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/navigation/NavigationHeader.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ private function _logo()
$GLOBALS['cfg']['NavigationLogoLink']
);
if (/*overload*/mb_substr($navLogoLinkLower, 0, 4) !== '://') {
$retval .= '?' . $GLOBALS['url_query'] . '"';
$retval .= $GLOBALS['url_query'] . '"';
} else {
$retval .= '" target="_blank"';
}
Expand Down

0 comments on commit 5eec427

Please sign in to comment.