Fix bug.
This commit is contained in:
parent
fb44e10e82
commit
58a78b8265
|
@ -51,8 +51,8 @@ class AskQuestion
|
|||
end
|
||||
end
|
||||
email_address = email_address +[self.mail] if !self.mail.blank?
|
||||
email_address.flatten
|
||||
email_address.uniq!
|
||||
email_address = email_address.flatten
|
||||
email_address.uniq
|
||||
end
|
||||
def get_serial_number(last_serial_number=nil, display_length=nil)
|
||||
if display_length.nil? && last_serial_number.nil?
|
||||
|
|
Loading…
Reference in New Issue