Skip to content

Commit

Permalink
Merge pull request PrestaShop#8136 from LittleBigDev/fix_import
Browse files Browse the repository at this point in the history
Fixed bug where only 5 store contacts were imported (csv import)
  • Loading branch information
aleeks authored Jul 12, 2017
2 parents e9c9a47 + cf009cd commit b70befe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controllers/admin/AdminImportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3682,6 +3682,8 @@ public function storeContactImport($offset = false, $limit = false, $validateOnl
);
}
$this->closeCsvFile($handle);

return $line_count;
}

public function storeContactImportOne($info, $shop_is_feature_active, $regenerate, $force_ids, $validateOnly = false)
Expand Down

0 comments on commit b70befe

Please sign in to comment.