diff --git a/parsecsv.lib.php b/parsecsv.lib.php index 9ec6017..000bcb4 100644 --- a/parsecsv.lib.php +++ b/parsecsv.lib.php @@ -437,7 +437,7 @@ class parseCSV { * @return [bool] */ public function save ($file = null, $data = array(), $append = false, $fields = array()) { - if ( empty($file) ) { + if (empty($file)) { $file = &$this->file; }