Skip to content

Commit

Permalink
revert takeinvite sent_email
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomlove committed Aug 23, 2023
1 parent 5604da8 commit 4c0a969
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/takeinvite.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ function bark($msg) {
<br /><br />{$lang_takeinvite['mail_six']}
EOD;

//$sendResult = sent_mail($email,$SITENAME,$SITEEMAIL,$title,$message,"invitesignup",false,false,'');
$sendResult = true;
$sendResult = sent_mail($email,$SITENAME,$SITEEMAIL,$title,$message,"invitesignup",false,false,'');
//this email is sent only when someone give out an invitation
if ($sendResult === true) {
if (isset($hashRecord)) {
Expand Down

0 comments on commit 4c0a969

Please sign in to comment.