Remove unused, incorrect code
authorMatthias Schmidt <gravatronics@live.com>
Sun, 27 Jul 2014 09:39:30 +0000 (11:39 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 27 Jul 2014 09:39:30 +0000 (11:39 +0200)
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentLikeUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/UserProfileCommentResponseLikeUserNotificationEvent.class.php

index 3808a786b879235fb42c44eca424e2187c901e04..44c83bf23abc82c1ecd892857fefabae49926158 100644 (file)
@@ -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
                ));
        }
index 3a02b267b34fcf8c22815c9d8618bbf6dca36493..b5efd11350e8110a46ce7b91bc12c742262258a6 100644 (file)
@@ -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
                ));
        }