Minor tweak to prevent an E_STRICT warning:
authorNick Jenkins <nickj@users.mediawiki.org>
Thu, 11 Oct 2007 07:04:59 +0000 (07:04 +0000)
committerNick Jenkins <nickj@users.mediawiki.org>
Thu, 11 Oct 2007 07:04:59 +0000 (07:04 +0000)
commit3e5443d74df2ea5c53676e43a01c0ee1a060d0da
treeb85d1ffa4aa0671ee9de75882a2ab9e8bdd8bde2
parent2588e553b43c27a72685f23b363277f5f067735d
Minor tweak to prevent an E_STRICT warning:
"Object of class MailAddress to string conversion in includes/UserMailer.php on line 112"
(It seems a bit silly of PHP to give this warning when the class has a __toString method,
 but adding an explicit toString() call is easy enough)
includes/UserMailer.php