From: Aryeh Gregor Date: Sun, 18 Jan 2009 18:48:16 +0000 (+0000) Subject: Fix typo in r43155 X-Git-Tag: 1.31.0-rc.0~43362 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=6cce173ce5ed9cbc33712a2309967d2fc4a21c67;p=lhc%2Fweb%2Fwiklou.git Fix typo in r43155 Pointed out by zocky on IRC. --- diff --git a/includes/UserMailer.php b/includes/UserMailer.php index ab1a740b98..bd4cd6e7f5 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -40,7 +40,7 @@ class MailAddress { } else { $this->address = strval( $address ); $this->name = strval( $name ); - $this->reaName = strval( $realName ); + $this->realName = strval( $realName ); } }