X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fsponsor%2Fsettings.php;h=5fadab96fb1049bc9855ae26495455b86fecb335;hp=84c91655f184e79fdc2f62491a08b6c80ef2b393;hb=3f51c40f4fede87228216f9285b745a339e3891d;hpb=07612d2debcc78a93678db0deed050d82df432f1 diff --git a/inc/modules/sponsor/settings.php b/inc/modules/sponsor/settings.php index 84c91655f1..5fadab96fb 100644 --- a/inc/modules/sponsor/settings.php +++ b/inc/modules/sponsor/settings.php @@ -60,7 +60,7 @@ if (SQL_NUMROWS($result) == 1) { // 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')) {