From: River Tarnell Date: Mon, 7 May 2007 17:56:00 +0000 (+0000) Subject: < brion-sushi> Error sending mail: Undefined variable: dest X-Git-Tag: 1.31.0-rc.0~53035 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=59d5f6a703b7d542d3a5ee0336c36c9b57c07096;p=lhc%2Fweb%2Fwiklou.git < brion-sushi> Error sending mail: Undefined variable: dest - don't try to log destination in debug message --- 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)