From: Roland Häder Date: Wed, 28 Oct 2009 20:55:43 +0000 (+0000) Subject: Variable fixed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=e2cda4256059886cd7791d2751606856072c7cbc Variable fixed --- diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index 958e54ac6b..abcd20f7e5 100644 --- a/inc/mysql-manager.php +++ b/inc/mysql-manager.php @@ -1229,7 +1229,7 @@ function addPointsThroughReferalSystem ($subject, $userid, $points, $sendNotify 'subject' => $subject, 'userid' => $userid, 'points' => $points, - 'notify' => $notify, + 'notify' => $sendNotify, 'rid' => $rid, 'locked' => $locked, 'mode' => 'add',