X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a5d0657d9b7a7d975082d2d65a20918c1ca5b108..b5480f6e366be7c7d06d8444acc4cfd6a1aa31e2:/lib/DB.php?ds=sidebyside diff --git a/lib/DB.php b/lib/DB.php index 38b3e27e..2b53dba8 100644 --- a/lib/DB.php +++ b/lib/DB.php @@ -2,7 +2,7 @@ namespace Nominatim; -require_once(CONST_BasePath.'/lib/DatabaseError.php'); +require_once(CONST_LibDir.'/DatabaseError.php'); /** * Uses PDO to access the database specified in the CONST_Database_DSN