From: Roland Häder Date: Tue, 24 Aug 2010 17:32:03 +0000 (+0000) Subject: Don't forget these... :( X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=f1e8322e563fcba4b2966eeecd460ad7f4a63c5c Don't forget these... :( --- diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index 18b9be1b48..0d0e060d66 100644 --- a/inc/mysql-manager.php +++ b/inc/mysql-manager.php @@ -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 );