tweak UserMailer.php documentation. $replyto must be a MailAddress object and not...
authorJack Phoenix <ashley@users.mediawiki.org>
Mon, 19 Jan 2009 18:55:14 +0000 (18:55 +0000)
committerJack Phoenix <ashley@users.mediawiki.org>
Mon, 19 Jan 2009 18:55:14 +0000 (18:55 +0000)
commit9d67504d76d97ca92cfc5d20d94b1f1aa0b28784
treec99319b36f44ff6991c3d614356dd12682728094
parent320e74c792034cb8b744ba0f94d8429c3310e488
tweak UserMailer.php documentation. $replyto must be a MailAddress object and not a string or otherwise you'll get fatal errors like this: Fatal error: Call to a member function toString() on a non-object in ../includes/UserMailer.php on line 142
includes/UserMailer.php