]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_secure.php
Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-config_secure.php
index b6d4f6425c44cefd102796d7cf5a99c938804064..ab2a1234e05ac697438a59cb17120b9c54ddb527 100644 (file)
@@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 // Add description as navigation point
 ADD_DESCR('admin', __FILE__);
 
-if (IS_FORM_SENT()) {
+if (isFormSent()) {
        // If salt length is empty or null then we shall generate new passwords
        if (!REQUEST_ISSET_POST(('salt_length')) || (REQUEST_POST('salt_length') == '0')) {
                // Generate new passwords for all!