And one more \n in wfDebug.
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Thu, 24 Jun 2010 22:14:35 +0000 (22:14 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Thu, 24 Jun 2010 22:14:35 +0000 (22:14 +0000)
includes/HttpFunctions.php

index 9b5202c..1dc9859 100644 (file)
@@ -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
                        }