From: quix0r Date: Tue, 24 Aug 2010 17:32:03 +0000 (+0000) Subject: Don't forget these... :( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0f8f6d7539b58a8f525a3cdc5e6f1cbc007b7319;p=mailer.git 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 );