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
fgsl committed Oct 29, 2018
1 parent 828d590 commit 9890efd
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 @@ -165,7 +165,7 @@ protected function parseMemberEvent(

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

return;
}
Expand Down

0 comments on commit 9890efd

Please sign in to comment.