Merged r15357 (#22583).

git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15358 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2016-04-24 15:14:39 +00:00
parent 3d4d6c31f3
commit 0123c1dcb4

View File

@@ -51,7 +51,7 @@ class Import < ActiveRecord::Base
separator = lu(user, :general_csv_separator)
if file_exists?
begin
content = File.read(filepath, 256, "rb")
content = File.read(filepath, 256)
separator = [',', ';'].sort_by {|sep| content.count(sep) }.last
rescue Exception => e
end