X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_beg.php;h=91e66e9d303ad03a3519f24df99a34bab560c7ad;hb=65ed873eefdacdcea3331773b6458a06a5adff82;hp=3ea6ae21ff0838c511f4e7835e52361f203bad2f;hpb=e2148142f8b1a8f40fd6e7ca32185569c5a9083e;p=mailer.git diff --git a/inc/modules/admin/what-config_beg.php b/inc/modules/admin/what-config_beg.php index 3ea6ae21ff..91e66e9d30 100644 --- a/inc/modules/admin/what-config_beg.php +++ b/inc/modules/admin/what-config_beg.php @@ -46,9 +46,9 @@ addMenuDescription('admin', __FILE__); if (isFormSent()) { // Translate german decimal commas to computer decimal dots - setRequestPostElement('beg_points' , convertCommaToDot(postRequestElement('beg_points') )); - setRequestPostElement('beg_points_max' , convertCommaToDot(postRequestElement('beg_points_max') )); - setRequestPostElement('beg_notify_bonus', convertCommaToDot(postRequestElement('beg_notify_bonus'))); + setPostRequestElement('beg_points' , convertCommaToDot(postRequestElement('beg_points') )); + setPostRequestElement('beg_points_max' , convertCommaToDot(postRequestElement('beg_points_max') )); + setPostRequestElement('beg_notify_bonus', convertCommaToDot(postRequestElement('beg_notify_bonus'))); // Save settings adminSaveSettingsFromPostData();