Bug #1772 ยป 1772.patch
| administrator/components/com_comprofiler/comprofiler.class.php | ||
|---|---|---|
|
$confirmCode = '';
|
||
|
}
|
||
|
// no sef here ! space added after link for dumb emailers (Ms Entourage)
|
||
|
$confirmLink = " \n".$_CB_framework->getCfg( 'live_site' )."/index.php?option=com_comprofiler&task=confirm&confirmcode=".$confirmCode." \n";
|
||
|
$confirmLink = " \n".$_CB_framework->getCfg( 'live_site' )."/index.php?option=com_comprofiler&task=confirm&confirmcode=".$confirmCode.getCBprofileItemid()." \n";
|
||
|
}
|
||
|
} else {
|
||
|
$confirmLink = ' ';
|
||