Fix reference for article comment notifications
authorJoshua Rüsweg <ruesweg@woltlab.com>
Fri, 27 Dec 2019 14:43:09 +0000 (15:43 +0100)
committerJoshua Rüsweg <ruesweg@woltlab.com>
Fri, 27 Dec 2019 14:43:09 +0000 (15:43 +0100)
commitc09e68be0fa8838dfea1d96c4481b07b18b5acb3
tree79a0695ae39a10eec46dd8fa768bcca68fe70cc0
parenta5f62e8e5941819b5953591e5f0ea5b477875f70
Fix reference for article comment notifications
Until now, the notifications were bound to the article object. However, the actual comments are bound to the article content object. This has now been corrected and the notification itself is now also bound to the article content object.
wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseOwnerUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentUserNotificationEvent.class.php