From f1e8322e563fcba4b2966eeecd460ad7f4a63c5c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= 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