Code cosmetics applied
[mailer.git] / inc / modules / admin.php
index 76f07380d12ac78ebc2c2f71ad3806eaea9931c7..c347fa817d6677ae05707b5126b51a4a479280a4 100644 (file)
@@ -150,7 +150,7 @@ if (!isAdminRegistered()) {
        }
 } elseif (REQUEST_ISSET_GET(('reset_pass'))) {
        // Is the form submitted?
-       if ((REQUEST_ISSET_POST(('send_link'))) && (REQUEST_ISSET_POST(('email')))) {
+       if ((REQUEST_ISSET_POST(('send_link'))) && (REQUEST_ISSET_POST('email'))) {
                // Try to send the link out
                $OUT = ADMIN_SEND_PASSWORD_RESET_LINK(REQUEST_POST('email'));