X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fbeg_functions.php;h=c4b83983ea72596e3f6fbba741f5bbc6e045fe1b;hb=bb3d322203724ae9026368c8da7bda02da01940e;hp=dbf64ee2310e5da443d8464fcf246b962eed3269;hpb=e6785b4a4845d7a885b0e9c6dac517c6867940e1;p=mailer.git diff --git a/inc/libs/beg_functions.php b/inc/libs/beg_functions.php index dbf64ee231..c4b83983ea 100644 --- a/inc/libs/beg_functions.php +++ b/inc/libs/beg_functions.php @@ -46,7 +46,7 @@ if (!defined('__SECURITY')) { function BEG_ADD_POINTS ($uid, $points) { // Set mode depending on how many mails the member has to confirm $locked = false; - if ((getConfig('ref_payout') > 0) && (getConfig('allow_direct_pay') != "Y")) $locked = true; + if ((getConfig('ref_payout') > 0) && (getConfig('allow_direct_pay') != 'Y')) $locked = true; // Is begging rallye active? if (getConfig('beg_rallye') == 'Y') {