From 0f8f6d7539b58a8f525a3cdc5e6f1cbc007b7319 Mon Sep 17 00:00:00 2001 From: quix0r Date: Tue, 24 Aug 2010 17:32:03 +0000 Subject: [PATCH] Don't forget these... :( --- inc/mysql-manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.5