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 @@
41
41
} else {
42
42
$this->address = strval( $address );
43
43
$this->name = strval( $name );
44
- $this->reaName = strval( $realName );
44
+ $this->realName = strval( $realName );
45
45
}
46
46
}
47
47
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r43155
(
bug 15068
) Added $wgEnotifUseRealName, which allows UserMailer to send out e...
siebrand
21:31, 3 November 2008
Status & tagging log
19:36, 18 January 2009
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r45880
[
removed:
new
added:
ok]