From ed20ecf06aaea8a2070ef28b60c7b3e33352ef49 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 27 Jul 2014 11:39:30 +0200 Subject: [PATCH] Remove unused, incorrect code --- .../event/UserProfileCommentLikeUserNotificationEvent.class.php | 2 -- ...serProfileCommentResponseLikeUserNotificationEvent.class.php | 1 - 2 files changed, 3 deletions(-) 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 3808a786b8..44c83bf23a 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 @@ -57,7 +57,6 @@ class UserProfileCommentLikeUserNotificationEvent extends AbstractSharedUserNoti return $this->getLanguage()->getDynamicVariable('wcf.user.notification.comment.like.message.stacked', array( 'author' => $this->author, 'authors' => $authors, - 'comment' => $this->userNotificationObject, 'count' => $count, 'others' => $count - 1, 'owner' => $owner @@ -66,7 +65,6 @@ class UserProfileCommentLikeUserNotificationEvent extends AbstractSharedUserNoti return $this->getLanguage()->getDynamicVariable('wcf.user.notification.comment.like.message', array( 'author' => $this->author, - 'comment' => $this->userNotificationObject, 'owner' => $owner )); } diff --git a/wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentResponseLikeUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentResponseLikeUserNotificationEvent.class.php index 3a02b267b3..b5efd11350 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentResponseLikeUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentResponseLikeUserNotificationEvent.class.php @@ -70,7 +70,6 @@ class UserProfileCommentResponseLikeUserNotificationEvent extends AbstractShared return $this->getLanguage()->getDynamicVariable('wcf.user.notification.commentResponse.like.message', array( 'author' => $this->author, - 'comment' => $this->userNotificationObject, 'owner' => $owner )); } -- 2.20.1