GX-Bug #55170 » ShippingLinkSSLFix.patch
| src/includes/classes/main.php (revision ) | ||
|---|---|---|
| 232 | 232 | |
| 233 | 233 |
if($gmSEOBoost->boost_content) |
| 234 | 234 |
{
|
| 235 |
$gm_shipping_link = xtc_href_link(str_replace('info/', 'popup/', $gmSEOBoost->get_boosted_content_url($row['content_id'],$_SESSION['languages_id'])));
|
|
| 235 |
$gm_shipping_link = xtc_href_link(str_replace('info/', 'popup/', $gmSEOBoost->get_boosted_content_url($row['content_id'],$_SESSION['languages_id'])),'','SSL');
|
|
| 236 | 236 |
}else{
|
| 237 | 237 |
$gm_shipping_link = xtc_href_link(FILENAME_POPUP_CONTENT, 'coID='.$row['content_group'].$t_lightbox_get_param.$SEF_parameter, 'SSL', false, true, true); |
| 238 | 238 |
} |