X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e115de47fc4399cf0977b7f93cf0dc5583108817..a759c5b75b66894b1902327097185840a2557f86:/lib/ReverseGeocode.php?ds=inline 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 {