update tests
[GitHub/Stricted/speedport-hybrid-php-api.git] / SpeedportHybrid.class.php
index cd68051d11d7da8623791e2396270b2c7e2c987f..5a1e0c169e682d42faad774b90ce0ed0ddb04ea4 100644 (file)
@@ -278,7 +278,7 @@ class SpeedportHybrid {
        private function exportData ($type) {
                if ($this->checkLogin() !== true) throw new Exception('you musst be logged in to use this method');
                
-               $path = 'data/ExportDialedCalls.json';
+               $path = 'data/Syslog.json';
                $fields = array('exporttype' => $type);
                $data = $this->sentRequest($path, $fields, true);