Skip to content

Commit

Permalink
Critical bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
victorybiz committed Mar 12, 2021
1 parent de1c441 commit 54f17ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebServices/GeoPluginWebService.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function locate()
'Accept' => 'application/json',
'Content-Type' => 'application/json',
]
);
]);
$status_code = $response->getStatusCode();
if ($status_code == 200) {
$response_content = $response->getBody()->getContents();
Expand Down

0 comments on commit 54f17ea

Please sign in to comment.