From: Siebrand Mazeland Date: Mon, 3 Nov 2008 22:33:18 +0000 (+0000) Subject: As discussed with Aaron on irc. Remove "@param bool $wgEnotifUseRealName true will... X-Git-Tag: 1.31.0-rc.0~44440 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=eed93517413edb173643cb7d43bca013e2c04be3;p=lhc%2Fweb%2Fwiklou.git 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. --- 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() {