X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=mailid.php;h=b7447325826d6cec8971dd3ab737fb681676cd61;hp=eff588330e67242a4e93435612586fb22e485e5e;hb=29385a0483bbcbbe940a32a49d488b1d5add15c5;hpb=5d724b137ed3673edefa17b75d3c24d4cfdb0f39 diff --git a/mailid.php b/mailid.php index eff588330e..b744732582 100644 --- a/mailid.php +++ b/mailid.php @@ -129,7 +129,10 @@ if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (!ifFatalErrorsDe // Status must be CONFIRMED if (getUserData('status') == 'CONFIRMED') { // Update last activity if not admin - updateLastActivity($url_userid); + if (!isAdmin()) { + // Is not admin, so update last activity + updateLastActivity($url_userid); + } // END - if // User has confirmed his account so we can procede... // @TODO Rewrite this to a filter