From eed93517413edb173643cb7d43bca013e2c04be3 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 3 Nov 2008 22:33:18 +0000 Subject: [PATCH] As discussed with Aaron on irc. Remove "@param bool $wgEnotifUseRealName true will use real name instead of username" altogether. It is not a parameter, so it should not be there. The setting is documented in DefaultSettings.php. --- includes/UserMailer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 8f3a7d0dcc..3018f4c592 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -46,7 +46,6 @@ class MailAddress { /** * Return formatted and quoted address to insert into SMTP headers - * @param bool $wgEnotifUseRealName true will use real name instead of username * @return string */ function toString() { -- 2.20.1