# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- components/com_comprofiler/plugin/user/plug_cbgroupjive/cbgroupjive.class.php +++ components/com_comprofiler/plugin/user/plug_cbgroupjive/cbgroupjive.class.php @@ -2073,7 +2073,7 @@ } else { $to_id = 0; - if ( preg_match( '!^[\w._%+-]+@(?:\w+\.)+\w{2,4}$!', $to ) ) { \ No newline at end of file + if ( cbIsValidEmail( $to ) ) { \ No newline at end of file $to_email = $to; } else { $to_email = null;