diff --git a/parsecsv.lib.php b/parsecsv.lib.php index 11de48b..f90c377 100644 --- a/parsecsv.lib.php +++ b/parsecsv.lib.php @@ -492,7 +492,6 @@ class parseCSV { * @return [string] */ public function auto ($file = null, $parse = true, $search_depth = null, $preferred = null, $enclosure = null) { - if ( $file === null ) { $file = $this->file; }