# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: D:\xampp\htdocs\dev\administrator\components\com_comprofiler # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. --- administrator/components/com_comprofiler/comprofiler.class.php +++ administrator/components/com_comprofiler/comprofiler.class.php @@ -4913,7 +4913,7 @@ $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 = ' ';