mirror of
https://github.com/redmine/redmine.git
synced 2026-03-25 22:00:43 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user