X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHttpFunctions.php;h=78c2ac7a38d05b6ffa9681d7fdda5dc355be02e7;hb=f90977bcc58fd88a806a50ca2d3faad0ee2dab2e;hp=444857a08517f00524860d3a3655ed2297c3d8c0;hpb=3c264c8d626608c7411ca727667cb830eb0a9f8b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index 444857a085..78c2ac7a38 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -66,7 +66,7 @@ class Http { if ( !isset( $options['timeout'] ) ) { $options['timeout'] = 'default'; } - if( !isset( $options['connectTimeout'] ) ) { + if ( !isset( $options['connectTimeout'] ) ) { $options['connectTimeout'] = 'default'; }