From 96c1a0a101164834a79333d4f30067d87c4068d9 Mon Sep 17 00:00:00 2001 From: Eldar Yusupov Date: Wed, 23 Oct 2019 05:34:47 +0300 Subject: [PATCH] Use ExtraDataPath for country grid --- lib/setup/SetupClass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setup/SetupClass.php b/lib/setup/SetupClass.php index 48955248..fd6805fb 100755 --- a/lib/setup/SetupClass.php +++ b/lib/setup/SetupClass.php @@ -137,7 +137,7 @@ class SetupFunctions exit(1); } $this->pgsqlRunScriptFile(CONST_BasePath.'/data/country_name.sql'); - $this->pgsqlRunScriptFile(CONST_BasePath.'/data/country_osm_grid.sql.gz'); + $this->pgsqlRunScriptFile(CONST_ExtraDataPath.'/country_osm_grid.sql.gz'); $this->pgsqlRunScriptFile(CONST_BasePath.'/data/gb_postcode_table.sql'); $this->pgsqlRunScriptFile(CONST_BasePath.'/data/us_postcode_table.sql'); -- 2.39.5