Don't forget these... :(
authorRoland Häder <roland@mxchange.org>
Tue, 24 Aug 2010 17:32:03 +0000 (17:32 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 24 Aug 2010 17:32:03 +0000 (17:32 +0000)
inc/mysql-manager.php

index 18b9be1b48bf06c2a706ec29932637bf6465c705..0d0e060d66efa7749ed7c4864c19990571811a2c 100644 (file)
@@ -1097,7 +1097,7 @@ function addPointsThroughReferalSystem ($subject, $userid, $points, $sendNotify
                        } elseif (($sendNotify === true) && (getUserData('refid') == '0') && ($locked === false) && ($add_mode == 'direct')) {
                                // Prepare content
                                $content = array(
-                                       'text'   => '{--REASON_DIRECT_PAYMENT--}',
+                                       'reason' => '{--REASON_DIRECT_PAYMENT--}',
                                        'points' => $ref_points
                                );