From 01fed360c22e148dc7af744a49665f192987022a Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 7 Sep 2014 21:25:56 +0200 Subject: Use proper email address in send_resetkey() Fixes FS#41860. Signed-off-by: Lukas Fleischer --- web/lib/acctfuncs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php index e3ff494..2272010 100644 --- a/web/lib/acctfuncs.inc.php +++ b/web/lib/acctfuncs.inc.php @@ -664,7 +664,7 @@ function send_resetkey($email, $subject, $body) { $headers = "MIME-Version: 1.0\r\n" . "Content-type: text/plain; charset=UTF-8\r\n" . "Reply-to: noreply@aur.archlinux.org\r\n" . - "From: notify@aur.achlinux.org\r\n" . + "From: notify@aur.archlinux.org\r\n" . "X-Mailer: PHP\r\n" . "X-MimeOLE: Produced By AUR"; @mail($email, $subject, $body, $headers); -- cgit v1.2.3-54-g00ecf