Skip to content

Commit e645fee

Browse files
committed
fixed deprecated
1 parent 1033b71 commit e645fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/libraries/Googlemaps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class Googlemaps {
152152
var $placesAutocompleteBoundsMap= FALSE; // An alternative to setting the SW and NE bounds is to use the bounds of the current viewport. If set to TRUE, the bounds will be set to the viewport of the visible map, even if dragged or zoomed
153153
var $placesAutocompleteOnChange = ''; // The JavaScript action to perform when a place is selected
154154

155-
function Googlemaps($config = array())
155+
function __construct($config = array())
156156
{
157157
if (count($config) > 0)
158158
{

0 commit comments

Comments
 (0)