Activity events for article comments used a wrong id
authorAlexander Ebert <ebert@woltlab.com>
Tue, 6 Mar 2018 19:00:44 +0000 (20:00 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 6 Mar 2018 19:00:44 +0000 (20:00 +0100)
commit1a563623423f69424ef34051c46f7d5a987cb1c0
tree126fa9e188e7c5b476f732552b2506236507c192
parent1f223bfcd8e6230d2cab5092cc6201d3ffee1f7f
Activity events for article comments used a wrong id

The `objectID` of a comment on an article references the
articleContentID, but is was previously used as if it was the articleID.
wcfsetup/install/files/lib/system/user/activity/event/ArticleCommentResponseUserActivityEvent.class.php
wcfsetup/install/files/lib/system/user/activity/event/ArticleCommentUserActivityEvent.class.php