From 17e060ea33efcc19625d46cd92ff181004bf4127 Mon Sep 17 00:00:00 2001 From: William Knauss Date: Thu, 5 Jun 2014 20:35:40 -0400 Subject: [PATCH] save --- parsecsv.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }