Fix issue-email notifications quoting wrong reply

This commit fix this bug https://github.com/flarum/core/issues/304.Problem not in newPost.blade.php but in this file.
This commit is contained in:
young 2015-08-30 13:16:06 +08:00
parent 7bbe4a2e76
commit b86077dfcf

View File

@ -6,4 +6,4 @@ Hey {{ $user->username }}!
---
{{ strip_tags($blueprint->post->contentHtml) }}
{{ strip_tags($blueprint->reply->contentHtml) }}