mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
Merge branch 'master' of https://github.com/spin0us/Nominatim
This commit is contained in:
@@ -103,7 +103,7 @@
|
|||||||
$sNextFile = $aResult['import-diff'];
|
$sNextFile = $aResult['import-diff'];
|
||||||
if (!file_exists($sNextFile))
|
if (!file_exists($sNextFile))
|
||||||
{
|
{
|
||||||
echo "Cannot open $nextFile\n";
|
echo "Cannot open $sNextFile\n";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
// Don't update the import status - we don't know what this file contains
|
// Don't update the import status - we don't know what this file contains
|
||||||
|
|||||||
Reference in New Issue
Block a user