diff --git a/src/Csv.php b/src/Csv.php index e2160b6..129fe77 100644 --- a/src/Csv.php +++ b/src/Csv.php @@ -411,6 +411,7 @@ class Csv { $this->data = $this->parse_file($input); } else { + $this->file = null; $this->file_data = &$input; $this->data = $this->parse_string(); }