X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/17a8cc5e29223fea3dbb1ae02f4450c17bbd7bfe..b5480f6e366be7c7d06d8444acc4cfd6a1aa31e2:/lib/PlaceLookup.php diff --git a/lib/PlaceLookup.php b/lib/PlaceLookup.php index a2f39ea3..58510e26 100644 --- a/lib/PlaceLookup.php +++ b/lib/PlaceLookup.php @@ -2,8 +2,8 @@ namespace Nominatim; -require_once(CONST_BasePath.'/lib/AddressDetails.php'); -require_once(CONST_BasePath.'/lib/Result.php'); +require_once(CONST_LibDir.'/AddressDetails.php'); +require_once(CONST_LibDir.'/Result.php'); class PlaceLookup {