Activity plugin fix (LeaveListItem unused)

This commit is contained in:
Mikael Nordfeldth 2014-07-29 10:43:58 +02:00
parent 78dc376f01
commit 8674b51144

View File

@ -283,7 +283,7 @@ class ActivityPlugin extends Plugin
$adapter = new JoinListItem($nli);
break;
case ActivityVerb::LEAVE:
$adapter = new JoinListItem($nli);
$adapter = new LeaveListItem($nli);
break;
case ActivityVerb::FOLLOW:
$adapter = new FollowListItem($nli);