]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_primera.php
Listing of network type handlers finished
[mailer.git] / inc / modules / admin / what-config_primera.php
index 3e783861d8b7f3095992a38877c891fd303e2fe5..7517618d2396e0a21f0f997f89841454fd9ffa09 100644 (file)
@@ -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