From: Derk-Jan Hartman Date: Thu, 24 Jun 2010 22:14:35 +0000 (+0000) Subject: And one more \n in wfDebug. X-Git-Tag: 1.31.0-rc.0~36396 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=e38132ec25a268c5db83d10b0e50ebee62c71cc8;p=lhc%2Fweb%2Fwiklou.git And one more \n in wfDebug. --- diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index 9b5202c356..1dc9859648 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -785,7 +785,7 @@ class CurlHttpRequest extends HttpRequest { if ( $this->followRedirects && $this->canFollowRedirects() ) { if ( ! @curl_setopt( $curlHandle, CURLOPT_FOLLOWLOCATION, true ) ) { wfDebug( __METHOD__.": Couldn't set CURLOPT_FOLLOWLOCATION. " . - "Probably safe_mode or open_basedir is set. "); + "Probably safe_mode or open_basedir is set.\n"); // Continue the processing. If it were in curl_setopt_array, // processing would have halted on its entry }