From b6b59902a13ab88b0274b63a3bddb11f9662f5ba Mon Sep 17 00:00:00 2001 From: yarik Date: Mon, 20 Feb 2017 16:50:57 +0200 Subject: [PATCH] Impoert fix --- common/modules/product/models/Import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/product/models/Import.php b/common/modules/product/models/Import.php index 3dfb399..afb64c3 100755 --- a/common/modules/product/models/Import.php +++ b/common/modules/product/models/Import.php @@ -445,7 +445,7 @@ $result_items = []; - while(( empty( $limit ) || $j++ < $limit ) && ( $data = fgetcsv($handle, 10000, ";") ) !== false) { + while(( empty( $limit ) || $j++ < $limit ) && ( $data = fgetcsv($handle, 0, ";") ) !== false) { try { -- libgit2 0.21.4