mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-21 09:20:08 -05:00
fix: wrong topic field
This commit is contained in:
@@ -106,7 +106,7 @@ class PostController extends Controller
|
||||
} else {
|
||||
$this->chatRepository->systemMessage(sprintf('[url=%s]%s[/url] has left a reply on topic [url=%s]%s[/url]', $profileUrl, $user->username, $postUrl, $topic->name));
|
||||
// Notify All Subscribers Of New Reply
|
||||
if ($topic->first_user_poster_id != $user->id) {
|
||||
if ($topic->first_post_user_id != $user->id) {
|
||||
$topic->notifyStarter($user, $topic, $post);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user