From acd3e24acf37343b820b5624537b2cb45e6e9cb6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 29 Aug 2010 16:46:46 +0000 Subject: [PATCH] Fix after mail confirmation --- mailid_top.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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); -- 2.39.2