fix last commits
[GitHub/Stricted/speedport-hybrid-php-api.git] / SpeedportHybrid.class.php
index c255ed6ac310d2b37695719e923d9b8f5032245e..9ff3a7f1a93ef059a975e73fbe10ebdb3ebb498e 100644 (file)
@@ -124,7 +124,7 @@ class SpeedportHybrid {
                $data = $this->sentRequest($path, $fields, $cookie);
                
                if (empty($data['body'])) {
-                       throw new Exception('unable to get '.$file.' data');
+                       throw new Exception('unable to get SecureStatus data');
                }
                
                $json = json_decode($data['body'], true);