]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/autopurge_functions.php
Bad things are now 'classified' as bad (CSS class 'bad' is being used instead of...
[mailer.git] / inc / libs / autopurge_functions.php
index d9097a11d0b98fcfeccd3dfe369193d42b5b4a83..275cdfcacc43349af7403147c36e01a0be0fe5b9 100644 (file)
@@ -49,8 +49,8 @@ function addPointsAutoPurge ($userid, $points) {
        } // END - if
 
        // Add points over the ref system directly now
-       initReferalSystem();
-       addPointsThroughReferalSystem('autopurge_add', $userid, $points);
+       initReferralSystem();
+       addPointsThroughReferralSystem('autopurge_add', $userid, $points);
 
        // Send out mail to user
        $message = loadEmailTemplate('member_autopurge_points', array('points' => $points), $userid);