X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FUserMailer.php;h=45e071c48808ac29924121bc54c8954440d4074f;hb=8f22cb45b1ccd2d18bb4ef1247a18efbb9a87e2d;hp=f6097afcf88ee9c2eff95728c1631cbade868fc9;hpb=1212c94eac29aa64f8064f1e606a5a07e9652df7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/UserMailer.php b/includes/UserMailer.php index f6097afcf8..45e071c488 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -12,7 +12,7 @@ function userMailer( $to, $from, $subject, $body ) if (is_array( $wgSMTP )) { - include_once( "Mail.php" ); + require_once( "Mail.php" ); $timestamp = time();