Skip to content

Commit

Permalink
fix geomap func call
Browse files Browse the repository at this point in the history
  • Loading branch information
wallenium committed Jun 13, 2018
1 parent 0f16686 commit f003f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page_objects/usermap_pageobject.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function display(){
}

$this->tpl->assign_vars(array(
'MAP' => (method_exists($this->jquery, 'geomap')) ? $this->jquery->geomap('usermap', $arrMarkers) : $this->jquery->googlemaps('usermap', $arrMarkers),
'MAP' => $this->jquery->geomaps('usermap', $arrMarkers),
'CREDITS' => sprintf($this->user->lang('um_credits'), $this->pm->get_data('usermap', 'version')),
));

Expand Down

0 comments on commit f003f20

Please sign in to comment.