Merge changes Ic13414f0,I26085bfc
[lhc/web/wiklou.git] / includes / HttpFunctions.php
index 444857a..78c2ac7 100644 (file)
@@ -66,7 +66,7 @@ class Http {
                if ( !isset( $options['timeout'] ) ) {
                        $options['timeout'] = 'default';
                }
-               if( !isset( $options['connectTimeout'] ) ) {
+               if ( !isset( $options['connectTimeout'] ) ) {
                        $options['connectTimeout'] = 'default';
                }