X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-unconfirmed.php;h=c648207612558461c92e5065d963d81e575c58f2;hp=283aa9ed514bd235db5adab855693095aa4b8427;hb=ca256746fe0757a23df4064824c8fe2087ad5634;hpb=387d390181f4aefd6d1e6d8fe16d9697801e99d7 diff --git a/inc/modules/member/what-unconfirmed.php b/inc/modules/member/what-unconfirmed.php index 283aa9ed51..c648207612 100644 --- a/inc/modules/member/what-unconfirmed.php +++ b/inc/modules/member/what-unconfirmed.php @@ -230,7 +230,7 @@ LIMIT 1", } // END - if // Prepare sender id - if ((isValidUserId($sender)) && ($row['link_type'] == 'mailid')) { + if ((isValidId($sender)) && ($row['link_type'] == 'mailid')) { // Sender id $sender = bigintval($sender); } elseif ($row['link_type'] == 'bonusid') {