Fixed typo.
This commit is contained in:
parent
14507180a3
commit
47b49222cb
1 changed files with 2 additions and 2 deletions
|
@ -270,8 +270,8 @@ returns
|
|||
}
|
||||
attributes['attachments'].push item
|
||||
}
|
||||
if articles['body'] && articles['content_type'] =~ %r{text/html}i
|
||||
articles['body'] = HtmlSanitizer.dynamic_image_size(articles['body'])
|
||||
if attributes['body'] && attributes['content_type'] =~ %r{text/html}i
|
||||
attributes['body'] = HtmlSanitizer.dynamic_image_size(attributes['body'])
|
||||
end
|
||||
Ticket::Article.insert_urls(attributes)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue