Skip to content
Snippets Groups Projects
Commit 6cbe2d74 authored by Brandon Bergren's avatar Brandon Bergren
Browse files

#325394, reported by Lucretia9: Fix broken marker info windows on the user map.

parent 746221e6
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ function gmap_location_user_page() { ...@@ -195,7 +195,7 @@ function gmap_location_user_page() {
function gmap_location_user_point() { function gmap_location_user_point() {
$uid = arg(3); $uid = arg(3);
if (is_numeric($uid) && $account = user_load(array('uid' => $uid))) { if (is_numeric($uid) && $account = user_load(array('uid' => $uid))) {
echo theme('gmap_location_user_html', $account); echo theme('gmap_location_infowindow_user', $account);
exit(); exit();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment