mirror of
https://github.com/php/web-php.git
synced 2026-04-25 07:58:04 +02:00
Fix varname typo
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ if (isset($_POST['maillist'])) {
|
||||
);
|
||||
|
||||
// Provide error if unable to send mail
|
||||
if (!$email_sent) {
|
||||
if (!$mail_sent) {
|
||||
$error = "We were unable to subsribe you due to some technical problems.<br/ >" .
|
||||
"Please try again later.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user