X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_wernis.php;h=9058c56944688461b3c9f7dd73ea71b7d7b19483;hp=8ba62a9cd423abd1ad5fb773c454cc7e5f6ecf03;hb=57227d33e870ec5cd271209c4a978a52b45c2dd6;hpb=4da570680cb8c5ed1e550746e48a16965b7175c4 diff --git a/inc/modules/admin/what-config_wernis.php b/inc/modules/admin/what-config_wernis.php index 8ba62a9cd4..9058c56944 100644 --- a/inc/modules/admin/what-config_wernis.php +++ b/inc/modules/admin/what-config_wernis.php @@ -52,12 +52,12 @@ if (isFormSent()) { if (WERNIS_TEST_API()) { // Revert german commata foreach (array('payout_factor', 'withdraw_factor', 'payout_fee_percent', 'withdraw_fee_percent') as $revert) { - setPostRequestElement('wernis_' . $revert, postRequestElement('wernis_' . $revert)); + setPostRequestParameter('wernis_' . $revert, postRequestParameter('wernis_' . $revert)); } // END - if // Hash the password and remove clear-text - setPostRequestElement('wernis_pass_md5', md5(postRequestElement('wernis_pass'))); - unsetPostRequestElement('wernis_pass'); + setPostRequestParameter('wernis_pass_md5', md5(postRequestParameter('wernis_pass'))); + unsetPostRequestParameter('wernis_pass'); // Save settings adminSaveSettingsFromPostData();