diff --git a/includes/arlo-api/Resources/Snapshots.php b/includes/arlo-api/Resources/Snapshots.php index 28d26e5b..405093d9 100644 --- a/includes/arlo-api/Resources/Snapshots.php +++ b/includes/arlo-api/Resources/Snapshots.php @@ -16,7 +16,7 @@ public function request_import($post_data) { $this->apiPath .= 'requests/'; $this->__set('api_path', $this->apiPath); - $results = $this->request(null, $post_data, true, false); + $results = $this->request(null, $post_data); return $results; }