diff --git a/core/code/portal_detail_display.js b/core/code/portal_detail_display.js index 9f5fcc1e2..9b2db19d1 100644 --- a/core/code/portal_detail_display.js +++ b/core/code/portal_detail_display.js @@ -179,7 +179,7 @@ window.renderPortalDetails = function(guid) { historyDetails ); - window.renderPortalUrl(lat, lng, title); + window.renderPortalUrl(lat, lng, title, guid); // only run the hooks when we have a portalDetails object - most plugins rely on the extended data // TODO? another hook to call always, for any plugins that can work with less data?