X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-points.php;h=e4935abd61b1135030065fb83c054b119901e602;hp=ec7275b3c578046cbcc8113556e0543526ff8bb9;hb=b3f82be7e5ecc294acfe9c00ef75e3dc0c8b43d1;hpb=1c84af63a717e3fb454a790b8391d84a4727952d diff --git a/inc/modules/member/what-points.php b/inc/modules/member/what-points.php index ec7275b3c5..e4935abd61 100644 --- a/inc/modules/member/what-points.php +++ b/inc/modules/member/what-points.php @@ -199,7 +199,7 @@ if (EXT_IS_ACTIVE("user")) { if (EXT_IS_ACTIVE("payout")) { // Payput extension is installed and active so we can check if the user has enougth points - PAYOUT_OUTPUT_PAYOUT_LIST(str_replace(",", ".", ($TPTS - $USED))); + PAYOUT_OUTPUT_PAYOUT_LIST(REVERT_COMMA(($TPTS - $USED))); } //