From: Roland Häder Date: Sun, 29 Aug 2010 16:46:46 +0000 (+0000) Subject: Fix after mail confirmation X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=acd3e24acf37343b820b5624537b2cb45e6e9cb6 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);