From 616058dfc7025736cf2ac0dfe50651fb9e20f381 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 31 Jul 2017 08:09:25 +0200 Subject: [PATCH] Fix stacked user profile comment like user notification message See #2223 --- .../event/UserProfileCommentLikeUserNotificationEvent.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentLikeUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentLikeUserNotificationEvent.class.php index a491868cfb..67b5081792 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentLikeUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentLikeUserNotificationEvent.class.php @@ -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 -- 2.20.1