Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion classes/GeoCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*
* @package dlh_geocode
* @author Christian de la Haye
* @author Ingolf Steinhardt <info@e-spin.de>
* @link http://delahaye.de
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*/
Expand Down Expand Up @@ -68,7 +69,7 @@ public static function getCoordinates($strAddress, $strCountry = 'de', $strLang

if ($strAddress)
{
$arrCoords = self::getInstance()->geoCode($strAddress, null, $strLang, $strCountry);
$arrCoords = self::getInstance()->geoCode($strAddress, null, $strLang, $strCountry, null, $key);

if ($arrCoords)
{
Expand Down