X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-confirm.php;h=12dace12c630e44d964ea8d149cca712a3d98042;hp=5ba170c609cfbeae6af808404bda51b03797c228;hb=f928ad2bed60fa256d0641eaf6d2c027a2944688;hpb=9d3b6045b267bd17eb017f458f24122918df132c diff --git a/inc/modules/guest/what-confirm.php b/inc/modules/guest/what-confirm.php index 5ba170c609..12dace12c6 100644 --- a/inc/modules/guest/what-confirm.php +++ b/inc/modules/guest/what-confirm.php @@ -98,7 +98,7 @@ if (REQUEST_ISSET_GET('hash')) { // Add one-time referal bonus over referal system or directly unset($GLOBALS['ref_level']); - ADD_POINTS_REFSYSTEM("referal_bonus", $rid, getConfig('points_ref'), true, bigintval($uid), $locked, getConfig('reg_points_mode')); + ADD_POINTS_REFSYSTEM('referal_bonus', $rid, getConfig('points_ref'), true, bigintval($uid), $locked, getConfig('reg_points_mode')); } // END - if } // END - if