Fix $wgUserEmailUseReplyTo documentation
authorKunal Mehta <legoktm@member.fsf.org>
Fri, 18 Nov 2016 11:15:27 +0000 (03:15 -0800)
committerKunal Mehta <legoktm@member.fsf.org>
Fri, 18 Nov 2016 11:15:27 +0000 (03:15 -0800)
Since r38374 $wgPasswordSender has been used (T15376#171833).

Change-Id: I082ae76abb18a99b9b5a5c76283ff89b2825deb1

includes/DefaultSettings.php

index 32717f1..792b9bc 100644 (file)
@@ -1586,7 +1586,7 @@ $wgEnableUserEmail = true;
 
 /**
  * Set to true to put the sending user's email in a Reply-To header
- * instead of From. ($wgEmergencyContact will be used as From.)
+ * instead of From. ($wgPasswordSender will be used as From.)
  *
  * Some mailers (eg SMTP) set the SMTP envelope sender to the From value,
  * which can cause problems with SPF validation and leak recipient addresses