Fix after mail confirmation
authorRoland Häder <roland@mxchange.org>
Sun, 29 Aug 2010 16:46:46 +0000 (16:46 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Aug 2010 16:46:46 +0000 (16:46 +0000)
mailid_top.php

index 5bc0116022c051d8ae92272265d39795fc1c457e..f5b64e0866521a66db7d10c2f5707f34153bfcb8 100644 (file)
@@ -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);