Working on some RSVP code stuff

This commit is contained in:
Mikael Nordfeldth
2016-01-21 02:10:34 +01:00
parent 5999171c11
commit f74d2d555c
10 changed files with 126 additions and 66 deletions

View File

@@ -330,7 +330,7 @@ class Fave extends Managed_DataObject
static public function getObjectType()
{
return 'activity';
return ActivityObject::ACTIVITY;
}
public function asActivityObject(Profile $scoped=null)