X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FEvent%2Fclasses%2FHappening.php;fp=plugins%2FEvent%2Fclasses%2FHappening.php;h=9ef288eca4667c29b6134bc53fd77ad9c02d78a4;hb=4fc2b2584bab156fefbfcb1eaea4eb376b89b623;hp=06d5b99ab713caae781c40047b89e1401b383249;hpb=34ce2f6cfaa5e52f330b4afa10e326e7dd27b296;p=quix0rs-gnu-social.git diff --git a/plugins/Event/classes/Happening.php b/plugins/Event/classes/Happening.php index 06d5b99ab7..9ef288eca4 100644 --- a/plugins/Event/classes/Happening.php +++ b/plugins/Event/classes/Happening.php @@ -223,6 +223,6 @@ class Happening extends Managed_DataObject function getRSVP($profile) { return RSVP::pkeyGet(array('profile_id' => $profile->getID(), - 'event_id' => $this->id)); + 'event_uri' => $this->getUri())); } }