include_once -> require_once
[lhc/web/wiklou.git] / includes / UserMailer.php
index f6097af..45e071c 100644 (file)
@@ -12,7 +12,7 @@ function userMailer( $to, $from, $subject, $body )
        
        if (is_array( $wgSMTP ))
        {
-               include_once( "Mail.php" );
+               require_once( "Mail.php" );
                
                $timestamp = time();