Skip to content

Commit

Permalink
Removed reference to ActivityEvents class
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabywalters committed Jun 2, 2013
1 parent 0c9d3e5 commit c5a4a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BarnabyWalters/Posse/EventListener/TwitterSyndicator.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class TwitterSyndicator implements EventDispatcher\EventSubscriberInterface {
private $logger;

public static function getSubscribedEvents() {
return array('activitystreams.post.post' => array('syndicateToTwitter', ActivityEvents::POST_POST_GUARANTEE_SYNDICATED + 10));
return array('activitystreams.post.post' => array('syndicateToTwitter', 10));
}

/**
Expand Down

0 comments on commit c5a4a0a

Please sign in to comment.