diff --git a/controllers/class.reactcontroller.php b/controllers/class.reactcontroller.php index d268b08..658b53e 100644 --- a/controllers/class.reactcontroller.php +++ b/controllers/class.reactcontroller.php @@ -150,7 +150,7 @@ class ReactController extends Gdn_Controller { } // It has passed through the gauntlet - $this->ReactionModel->SetReaction($ActivityID, 'activity', $Activity->InsertUserID, $UserID, $ActionID); + $this->ReactionModel->SetReaction($ActivityID, 'activity', $Activity->RegardingUserID, $UserID, $ActionID); $this->JsonTarget($Anchor, $this->_RenderActions($ActivityID, 'activity', FALSE), 'ReplaceWith');