Skip to content

Commit

Permalink
Fix ticket split
Browse files Browse the repository at this point in the history
see issue ivaldi#447
  • Loading branch information
Sven Schwyn authored and frenkel committed Oct 15, 2018
1 parent d060099 commit 7b11b38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/reply.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def to_ticket
Ticket.new(
content: self.content,
subject: self.ticket.subject,
text_content: self.text_content,
created_at: self.created_at,
updated_at: self.updated_at,
user_id: self.user_id,
Expand Down

0 comments on commit 7b11b38

Please sign in to comment.