]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_primera.php
Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / inc / modules / admin / what-config_primera.php
index f8f5bbb1e90f138d9d71caae7fab38a70ce1b4b5..f6bd9ab961379bd3389cc3e32710ac05e079ce67 100644 (file)
@@ -48,10 +48,10 @@ if (isFormSent()) {
        mergeConfig(postRequestArray());
 
        // Is the password set?
-       if (isPostRequestParameterSet('password')) {
+       if (isPostRequestElementSet('password')) {
                // Then hash and remove it
-               setPostRequestParameter('primera_api_md5', md5(postRequestParameter('password')));
-               unsetPostRequestParameter('password');
+               setPostRequestElement('primera_api_md5', md5(postRequestElement('password')));
+               unsetPostRequestElement('password');
        } // END - if
 
        // Let's test the API first (hold your horses here, cowboy! Thank you. :) )