Skip to content

Commit

Permalink
fix page comment user activity event
Browse files Browse the repository at this point in the history
  • Loading branch information
mutec committed Jan 17, 2017
1 parent 5b0610e commit e4cb75f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ public function prepare(array $events) {
}

$commentList = new CommentList();
$commentList->getConditionBuilder()->add('comment.commentID IN (?)', array($objectIDs));
$commentList->getConditionBuilder()->add('comment.commentID IN (?)', array($commentIDs));
$commentList->readObjects();
$comments = $commentList->getObjects();

Expand Down

0 comments on commit e4cb75f

Please sign in to comment.