]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_primera.php
Numerous ext-sponsor fixes and HTML rewrites (sorry for lame description)
[mailer.git] / inc / modules / admin / what-config_primera.php
index 32ef9cf40f07b8614ab1f83865939ba01590585f..816f60dfdab9a6fd6bc1dd54c697ec7ab3ae568a 100644 (file)
@@ -50,10 +50,10 @@ if (isFormSent()) {
        mergeConfig(postRequestArray());
 
        // Is the password set?
        mergeConfig(postRequestArray());
 
        // Is the password set?
-       if (isPostRequestParameterSet('pass')) {
+       if (isPostRequestParameterSet('password')) {
                // Then hash and remove it
                // 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. :) )
        } // END - if
 
        // Let's test the API first (hold your horses here, cowboy! Thank you. :) )