Skip to content

Commit 8834d27

Browse files
authored
Merge pull request #37 from topcoder-platform/issues-244
Issues-250
2 parents 988a307 + d1d0509 commit 8834d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class.groups.plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ public function commentModel_beforeRecordAdvancedNotification($sender, $args){
678678
if($parentCommentID > 0) {
679679
$commentModel = new CommentModel();
680680
$parentComment = $commentModel->getID($parentCommentID, DATASET_TYPE_ARRAY);
681-
$parentCommentAuthor = $userModel->getID($comment['InsertUserID']);
681+
$parentCommentAuthor = $userModel->getID($parentComment['InsertUserID']);
682682
$parentCommentStory = condense(Gdn_Format::to($parentComment['Body'], $parentComment['Format']));
683683
$data['Story'] .=
684684
'<p>Original Message (by '.$parentCommentAuthor->Name.' ):</p>'.

0 commit comments

Comments
 (0)