Skip to content

Commit

Permalink
Revert "Merge pull request #28 from MegaphoneJon/php81-compat" - does…
Browse files Browse the repository at this point in the history
…n't work
  • Loading branch information
bjendres committed Dec 6, 2022
1 parent d720ede commit e2b2a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Utils/Geocode/OpenStreetMapCoding.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ private static function makeRequest($url): array {

// Process results
$string = $request->getBody();
$json = json_decode($string, TRUE);
$json = json_decode($string);
}

if (is_null($json) || !is_array($json)) {
Expand Down

0 comments on commit e2b2a1f

Please sign in to comment.