X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_primera.php;h=816f60dfdab9a6fd6bc1dd54c697ec7ab3ae568a;hp=32ef9cf40f07b8614ab1f83865939ba01590585f;hb=27272fdaa3ad8895e6b55ec77658ad5c1f80e89c;hpb=ab61ada07cb44c269bc04be0c6cd981dc59c03eb diff --git a/inc/modules/admin/what-config_primera.php b/inc/modules/admin/what-config_primera.php index 32ef9cf40f..816f60dfda 100644 --- a/inc/modules/admin/what-config_primera.php +++ b/inc/modules/admin/what-config_primera.php @@ -50,10 +50,10 @@ if (isFormSent()) { mergeConfig(postRequestArray()); // Is the password set? - if (isPostRequestParameterSet('pass')) { + if (isPostRequestParameterSet('password')) { // Then hash and remove it - setPostRequestParameter('primera_api_md5', md5(postRequestParameter('pass'))); - unsetPostRequestParameter('pass'); + setPostRequestParameter('primera_api_md5', md5(postRequestParameter('password'))); + unsetPostRequestParameter('password'); } // END - if // Let's test the API first (hold your horses here, cowboy! Thank you. :) )