From: Steve Sanbeg Date: Thu, 12 Jul 2007 21:25:22 +0000 (+0000) Subject: missed a brace. X-Git-Tag: 1.31.0-rc.0~52111 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=340eebc81ab47e4dd38cbedb40f3729d0e5ab0f4;p=lhc%2Fweb%2Fwiklou.git missed a brace. --- diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 267a186c83..ee85e25c05 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -202,8 +202,11 @@ function userMailer( $to, $from, $subject, $body, $replyto=null ) { } else { return ''; } + } } + + /** * Get the mail error message in global $wgErrorString *