From 59d5f6a703b7d542d3a5ee0336c36c9b57c07096 Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Mon, 7 May 2007 17:56:00 +0000 Subject: [PATCH] < brion-sushi> Error sending mail: Undefined variable: dest - don't try to log destination in debug message --- includes/UserMailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/UserMailer.php b/includes/UserMailer.php index d800e82312..2c0125309f 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -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) -- 2.20.1