1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Fix error in post mention emails

This commit is contained in:
Toby Zerner
2015-08-13 12:50:12 +09:30
parent b9edb29d9f
commit d065495959

View File

@@ -1,6 +1,6 @@
Hey {{ $user->username }}!
{{ $blueprint->sender->username }} replied to your post (#{{ $blueprint->post->number }}) in {{ $blueprint->post->discussion->title }}.
{{ $blueprint->reply->user->username }} replied to your post (#{{ $blueprint->post->number }}) in {{ $blueprint->post->discussion->title }}.
{{ \Flarum\Core::config('base_url') }}/d/{{ $blueprint->reply->discussion_id }}/-/{{ $blueprint->reply->number }}