X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_primera.php;h=7517618d2396e0a21f0f997f89841454fd9ffa09;hb=96dfdd6b8e6a56d6594c3525e5fd2a066697a6de;hp=3e783861d8b7f3095992a38877c891fd303e2fe5;hpb=fe8e4c180ec67e320be98e1e8dc1f9ea612c3636;p=mailer.git diff --git a/inc/modules/admin/what-config_primera.php b/inc/modules/admin/what-config_primera.php index 3e783861d8..7517618d23 100644 --- a/inc/modules/admin/what-config_primera.php +++ b/inc/modules/admin/what-config_primera.php @@ -51,7 +51,7 @@ if (isFormSent()) { // Is the password set? if (isPostRequestElementSet(('pass'))) { // Then hash and remove it - setRequestPostElement('primera_api_md5', md5(postRequestElement('pass'))); + setPostRequestElement('primera_api_md5', md5(postRequestElement('pass'))); unsetPostRequestElement('pass'); } // END - if