Index: trunk/extensions/SemanticMaps/GoogleMaps/SM_GoogleMaps.php |
— | — | @@ -77,7 +77,7 @@ |
78 | 78 | list($lat, $lon, $title, $label, $icon) = $location; |
79 | 79 | $title = str_replace("'", "\'", $title); |
80 | 80 | $label = str_replace("'", "\'", $label); |
81 | | - $markerItems[] = "getGMarkerData($lat, $lon, '$title', '$label', '')"; |
| 81 | + $markerItems[] = "getGMarkerData($lat, $lon, '$title', '$label', '$icon')"; |
82 | 82 | } |
83 | 83 | |
84 | 84 | $markersString = implode(',', $markerItems); |