Skip to content

Commit

Permalink
Parsing error in activities when user request to join a circle #243
Browse files Browse the repository at this point in the history
  • Loading branch information
Flávio Gomes da Silva Lisboa committed Oct 16, 2018
1 parent e7dde81 commit 295b8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Activity/ProviderParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ protected function parseMemberEvent(

if ($member->getUserId() === $this->activityManager->getCurrentUserId()
) {
$event->setSubject($ownEvent, $data);
$this->setSubject($event, $ownEvent, $data);

return;
}
Expand Down

0 comments on commit 295b8d6

Please sign in to comment.