fix reconnectLte
[GitHub/Stricted/speedport-hybrid-php-api.git] / SpeedportHybrid.class.php
index 06030a604a17300de2ad28ae981503ee59dff703..c135643cd5163d77b29c03fef5f52a4a9e0d8315 100644 (file)
@@ -121,6 +121,7 @@ class SpeedportHybrid {
                
                if (!empty($fields)) {
                        curl_setopt($ch, CURLOPT_POST, true);
+                       
                        if (is_array($fields)) {
                                curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($fields));
                        }