< brion-sushi> Error sending mail: Undefined variable: dest
authorRiver Tarnell <river@users.mediawiki.org>
Mon, 7 May 2007 17:56:00 +0000 (17:56 +0000)
committerRiver Tarnell <river@users.mediawiki.org>
Mon, 7 May 2007 17:56:00 +0000 (17:56 +0000)
- don't try to log destination in debug message

includes/UserMailer.php

index d800e82..2c01253 100644 (file)
@@ -176,7 +176,7 @@ function userMailer( $to, $from, $subject, $body, $replyto=null ) {
 
                $wgErrorString = '';
                set_error_handler( 'mailErrorHandler' );
-               wfDebug( "Sending mail via internal mail() function to $dest\n" );
+               wfDebug( "Sending mail via internal mail() function\n" );
 
                if (is_array($to))
                        foreach ($to as $recip)