From: quix0r Date: Sun, 29 Aug 2010 16:46:46 +0000 (+0000) Subject: Fix after mail confirmation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2e420ae49aa8eae34a63109c3957e5bc7e37c62a;p=mailer.git Fix after mail confirmation --- diff --git a/mailid_top.php b/mailid_top.php index 5bc0116022..f5b64e0866 100644 --- a/mailid_top.php +++ b/mailid_top.php @@ -277,7 +277,10 @@ if ((isValidUserId($userId)) && (($mailId > 0) || ($bonusId > 0)) && (!ifFatalEr } // END - if // Load total points - $content['total'] = getTotalPoints($userId); + $content['total'] = getTotalPoints($userId); + + // Add payment points + $content['points'] = $payment; // Load template loadTemplate($template, false, $content);