]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_primera.php
More HTML improvements
[mailer.git] / inc / modules / admin / what-config_primera.php
index 3e783861d8b7f3095992a38877c891fd303e2fe5..72ce42609f5823486748b39b66709780b707b922 100644 (file)
@@ -49,10 +49,10 @@ if (isFormSent()) {
        mergeConfig(postRequestArray());
 
        // Is the password set?
-       if (isPostRequestElementSet(('pass'))) {
+       if (isPostRequestParameterSet(('pass'))) {
                // Then hash and remove it
-               setRequestPostElement('primera_api_md5', md5(postRequestElement('pass')));
-               unsetPostRequestElement('pass');
+               setPostRequestParameter('primera_api_md5', md5(postRequestParameter('pass')));
+               unsetPostRequestParameter('pass');
        } // END - if
 
        // Let's test the API first (hold your horses here, cowboy! Thank you. :) )