]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/sponsor/settings.php
Heavy rewrite:
[mailer.git] / inc / modules / sponsor / settings.php
index 84c91655f184e79fdc2f62491a08b6c80ef2b393..5fadab96fb1049bc9855ae26495455b86fecb335 100644 (file)
@@ -60,7 +60,7 @@ if (SQL_NUMROWS($result) == 1) {
                // Check if form was submitted or not
                if (isFormSent()) {
                        // Check passwords
                // Check if form was submitted or not
                if (isFormSent()) {
                        // Check passwords
-                       if (!REQUEST_ISSET_POST(('password'))) {
+                       if (!REQUEST_ISSET_POST('password')) {
                                // No current password entered
                                $message = SPONSOR_NO_CURRENT_PASSWORD_ENTERED;
                        } elseif (md5(REQUEST_POST('password')) != getSession('sponsorpass')) {
                                // No current password entered
                                $message = SPONSOR_NO_CURRENT_PASSWORD_ENTERED;
                        } elseif (md5(REQUEST_POST('password')) != getSession('sponsorpass')) {