X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHttpFunctions.php;h=2da368cd686c4c3b84361b9dd8b3eaa091da4268;hb=0db5107fd221bf70a0f050724d7359c2f35d86f2;hp=28daf917a7a77dea41b96eab368f6f9423fc0a5b;hpb=aba48f4ef94fb85b571a25cb9fb49a9a62dc3f44;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index 28daf917a7..2da368cd68 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -280,7 +280,7 @@ class MWHttpRequest { ' Http::$httpEngine is set to "curl"' ); } - switch( Http::$httpEngine ) { + switch ( Http::$httpEngine ) { case 'curl': return new CurlHttpRequest( $url, $options ); case 'php':