diff --git a/plugins/fabrik_cron/geocode/geocode.php b/plugins/fabrik_cron/geocode/geocode.php index 94413355eef..26d2f88dfca 100644 --- a/plugins/fabrik_cron/geocode/geocode.php +++ b/plugins/fabrik_cron/geocode/geocode.php @@ -221,7 +221,7 @@ public function process(&$data, &$listModel) { // OK! Lets try and geocode it ... $total_attempts++; - $full_addr = urlencode($full_addr); + $full_addr = urlencode(html_entity_decode($full_addr, ENT_QUOTES)); $res = $gmap->getLatLng($full_addr, 'array', $apiKey); if ($res['status'] == 'OK')