From 2651d131ade8fe718a97a257779ce90f451d9780 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 3 Nov 2008 22:26:58 +0000 Subject: [PATCH] Update documentation as pointed out by Aaron. Fix on r43155. --- includes/UserMailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 69434d4170..8f3a7d0dcc 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -46,7 +46,7 @@ class MailAddress { /** * Return formatted and quoted address to insert into SMTP headers - * @param bool $useRealName True will use real name instead of username + * @param bool $wgEnotifUseRealName true will use real name instead of username * @return string */ function toString() { -- 2.20.1