Skip to content

Commit

Permalink
Merge branch 'master' of github.com:daylightstudio/FUEL-CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
David McReynolds committed Nov 30, 2018
2 parents 00f4773 + b24104b commit e2457e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel/modules/fuel/helpers/google_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function google_map_url($address, $params = array())

// set output
$p['output'] = 'embed';
$url = 'http://maps.google.com/maps?'.http_build_query($p, '', '&');
$url = (is_https() ? 'https': 'http' ). '://maps.google.com/maps?'.http_build_query($p, '', '&');
$query_str = http_build_query($p, '', '&');
return $url;
}
Expand Down

0 comments on commit e2457e4

Please sign in to comment.