mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-13 00:36:42 +03:00
fix: add the missing question mark
This commit is contained in:
parent
16bb007135
commit
507543a482
@ -74,7 +74,7 @@ if (isset($_SERVER['REQUEST_SCHEME'])
|
||||
.$_SERVER['HTTP_HOST'].$_SERVER['DOCUMENT_URI'].'/?'
|
||||
.http_build_query($aMoreParams);
|
||||
} else {
|
||||
$sMoreURL = '/search.php'.http_build_query($aMoreParams);
|
||||
$sMoreURL = '/search.php?'.http_build_query($aMoreParams);
|
||||
}
|
||||
|
||||
if (CONST_Debug) exit;
|
||||
|
Loading…
Reference in New Issue
Block a user