X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-wernis.php;h=b1db3909b3fb7e5697cee7eaaab4644b54ff7a04;hp=691c9d17fcc87b9c5696bcbe74f74bebef3010ca;hb=d999908fdb7fdf8884356331e2ffe044cfff273d;hpb=ed8c755a84537d8558eb73b83046765a2dea3d12 diff --git a/inc/modules/member/what-wernis.php b/inc/modules/member/what-wernis.php index 691c9d17fc..b1db3909b3 100644 --- a/inc/modules/member/what-wernis.php +++ b/inc/modules/member/what-wernis.php @@ -145,7 +145,7 @@ if ((!isset($_GET['mode'])) || ($_GET['mode'] == "choose")) { // Prepare data for the template $content['points'] = TRANSLATE_COMMA($points); - $content['min_points'] = TRANSLATE_COMMA($_CONFIG['wernis_min_payout']); + $content['min_points'] = TRANSLATE_COMMA($_CONFIG['wernis_min_withdraw']); $content['wds66_id'] = ""; // Get WDS66 id @@ -192,9 +192,9 @@ if ((isset($_POST['ok'])) && (isset($_GET['mode']))) { // Only numbers in amount! LOAD_TEMPLATE("admin_settings_saved", false, WERNIS_MEMBER_INVALID_AMOUNT); OUTPUT_HTML("
"); - } elseif ($_POST['amount'] < $_CONFIG['wernis_min_payout']) { + } elseif ($_POST['amount'] < $_CONFIG['wernis_min_widthdraw']) { // Not enougth entered! - LOAD_TEMPLATE("admin_settings_saved", false, sprintf(WERNIS_MEMBER_AMOUNT_SMALLER_MIN, bigintval($_CONFIG['wernis_min_payout']))); + LOAD_TEMPLATE("admin_settings_saved", false, sprintf(WERNIS_MEMBER_AMOUNT_SMALLER_MIN, bigintval($_CONFIG['wernis_min_withdraw']))); OUTPUT_HTML("
"); } else { // All is fine here so do the withdraw