This commit is contained in:
William Knauss
2014-06-05 20:35:40 -04:00
parent 936b6f4a50
commit 17e060ea33

View File

@@ -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;
}