Fix stacked user profile comment like user notification message
authorMatthias Schmidt <gravatronics@live.com>
Mon, 31 Jul 2017 06:09:25 +0000 (08:09 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 31 Jul 2017 06:09:25 +0000 (08:09 +0200)
See #2223

wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentLikeUserNotificationEvent.class.php

index a491868cfb21d53717fae7a150f01074f5e893da..67b50817922013941c39da870a5a9957c57613e4 100644 (file)
@@ -58,6 +58,7 @@ class UserProfileCommentLikeUserNotificationEvent extends AbstractSharedUserNoti
                        return $this->getLanguage()->getDynamicVariable('wcf.user.notification.comment.like.message.stacked', [
                                'author' => $this->author,
                                'authors' => $authors,
+                               'commentID' => $this->getCommentID(),
                                'count' => $count,
                                'others' => $count - 1,
                                'owner' => $owner