X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e115de47fc4399cf0977b7f93cf0dc5583108817..04690ad8c4734c15efc920bc0dab59cf78e3e7cb:/lib/ReverseGeocode.php diff --git a/lib/ReverseGeocode.php b/lib/ReverseGeocode.php index 032f442e..b420e5dd 100644 --- a/lib/ReverseGeocode.php +++ b/lib/ReverseGeocode.php @@ -2,7 +2,7 @@ namespace Nominatim; -require_once(CONST_BasePath.'/lib/Result.php'); +require_once(CONST_LibDir.'/Result.php'); class ReverseGeocode {