From: Sarah Hoffmann Date: Mon, 9 Sep 2013 11:45:41 +0000 (+0200) Subject: Merge branch 'master' of https://github.com/spin0us/Nominatim X-Git-Tag: v2.2.0~36 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/12eb91b2bcc0fc543f588453418b49d3214a1be3?hp=d8f9b27c938e57de82d6f19e390b0e2cedd2103a Merge branch 'master' of https://github.com/spin0us/Nominatim --- diff --git a/utils/update.php b/utils/update.php index d38de598..d1ded5ad 100755 --- a/utils/update.php +++ b/utils/update.php @@ -103,7 +103,7 @@ $sNextFile = $aResult['import-diff']; if (!file_exists($sNextFile)) { - echo "Cannot open $nextFile\n"; + echo "Cannot open $sNextFile\n"; exit; } // Don't update the import status - we don't know what this file contains