]> git.openstreetmap.org Git - nominatim.git/commitdiff
Fixed PHP warning from #1523
authorMatthias Lohr <mail@mlohr.com>
Tue, 15 Oct 2019 06:46:19 +0000 (08:46 +0200)
committerMatthias Lohr <mail@mlohr.com>
Tue, 15 Oct 2019 06:46:19 +0000 (08:46 +0200)
Signed-off-by: Matthias Lohr <mail@mlohr.com>
website/search.php

index 26c10122924dc9329ea288d06a40687d75a33dfc..557056566c1065f30146c6c7b448af88fb90efaa 100644 (file)
@@ -50,6 +50,7 @@ $oGeocode->setQueryFromParams($oParams);
 
 if (!$oGeocode->getQueryString()
     && isset($_SERVER['PATH_INFO'])
+    && strlen($_SERVER['PATH_INFO']) > 0
     && $_SERVER['PATH_INFO'][0] == '/'
 ) {
     $sQuery = substr(rawurldecode($_SERVER['PATH_INFO']), 1);