@@ -38,7 +38,7 @@ |
||
38 | 38 | public function loadCountry($country) |
39 | 39 | { |
40 | 40 | if (!$country) return null; |
41 | - $file = $this->path . DIRECTORY_SEPARATOR . sprintf(self::COUNTRY_FILE, $country); |
|
41 | + $file = $this->path . DIRECTORY_SEPARATOR . sprintf(self::COUNTRY_FILE, $country); |
|
42 | 42 | if (!file_exists($file)) return null; |
43 | 43 | |
44 | 44 | return json_decode( |