Pass null to Profile::profileInfo()

This commit is contained in:
Evan Prodromou 2013-06-08 21:12:29 -04:00
parent 8853821db2
commit bb0cf686df
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ class Message extends Managed_DataObject
}
$act->actor = ActivityObject::fromProfile($profile);
$act->actor->extra[] = $profile->profileInfo();
$act->actor->extra[] = $profile->profileInfo(null);
$act->verb = ActivityVerb::POST;