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