mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 13:24:07 +00:00
fix -undefined offset- error
This commit is contained in:
@@ -620,7 +620,7 @@ class Geocode
|
|||||||
}
|
}
|
||||||
|
|
||||||
Debug::printDebugArray('Search context', $oCtx);
|
Debug::printDebugArray('Search context', $oCtx);
|
||||||
Debug::printDebugArray('Base search', $aSearches[0]);
|
Debug::printDebugArray('Base search', empty($aSearches) ? null : $aSearches[0]);
|
||||||
Debug::printVar('Final query phrases', $aInPhrases);
|
Debug::printVar('Final query phrases', $aInPhrases);
|
||||||
|
|
||||||
// Convert each phrase to standard form
|
// Convert each phrase to standard form
|
||||||
|
|||||||
Reference in New Issue
Block a user