Fix typo in r43155
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 18 Jan 2009 18:48:16 +0000 (18:48 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 18 Jan 2009 18:48:16 +0000 (18:48 +0000)
Pointed out by zocky on IRC.

includes/UserMailer.php

index ab1a740..bd4cd6e 100644 (file)
@@ -40,7 +40,7 @@ class MailAddress {
                } else {
                        $this->address = strval( $address );
                        $this->name = strval( $name );
-                       $this->reaName = strval( $realName );
+                       $this->realName = strval( $realName );
                }
        }