We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb7846 commit 629ec16Copy full SHA for 629ec16
src/Geocoder/Provider/GeoPluginProvider.php
@@ -76,7 +76,7 @@ protected function executeQuery($query)
76
throw new NoResultException(sprintf('Could not execute query %s', $query));
77
}
78
79
- if (!array_key_exists('geoplugin_status', $json) || (200 !== $json['geoplugin_status'])) {
+ if (!array_key_exists('geoplugin_status', $json) || (200 !== $json['geoplugin_status'] && 206 !== $json['geoplugin_status'])) {
80
81
82
0 commit comments