mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-30 22:09:31 +03:00
Merge pull request #994 from mtmail/bugfix-when-calling-debug-printDebugArray
fix -undefined offset- error
This commit is contained in:
commit
d183cd3c78
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user