]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Activity plugin fix (LeaveListItem unused)
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 29 Jul 2014 08:43:58 +0000 (10:43 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 29 Jul 2014 08:43:58 +0000 (10:43 +0200)
plugins/Activity/ActivityPlugin.php

index 91d2867c23c27d7b5c8b3f6c23de667315f45c99..59fb674fba7d58e35ac1c5d9325a2697752f8a32 100644 (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);