r45880 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45879‎ | r45880 | r45881 >
Date:18:48, 18 January 2009
Author:simetrical
Status:ok
Tags:
Comment:
Fix typo in r43155

Pointed out by zocky on IRC.
Modified paths:
  • /trunk/phase3/includes/UserMailer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/UserMailer.php
@@ -40,7 +40,7 @@
4141 } else {
4242 $this->address = strval( $address );
4343 $this->name = strval( $name );
44 - $this->reaName = strval( $realName );
 44+ $this->realName = strval( $realName );
4545 }
4646 }
4747

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r43155(bug 15068) Added $wgEnotifUseRealName, which allows UserMailer to send out e...siebrand21:31, 3 November 2008

Status & tagging log