diff --git a/include/event.php b/include/event.php index 3270b4b05..b9988badf 100644 --- a/include/event.php +++ b/include/event.php @@ -971,7 +971,7 @@ function format_event_item($item) { $location['map'] = '
' . generate_map(str_replace('/', ' ', $evloc['coordinates'])) . '
'; } - // Format the profile link + // Construct the profile link (magic-auth). $sp = false; $profile_link = best_link_url($item, $sp);