mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-06 20:16:00 -04:00
FIX: undefined method error for some digests.
This commit is contained in:
parent
b21949c7cb
commit
23066edbe1
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ module UserNotificationsHelper
|
|||
else
|
||||
# Otherwise, try just the first paragraph.
|
||||
para = first_paragraph_from(html)
|
||||
raw Sanitize.clean(para, UserNotificationsHelper.sanitize_options)
|
||||
raw Sanitize.clean(para.to_s, UserNotificationsHelper.sanitize_options)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue