forked from GNUsocial/gnu-social
Pass null to Profile::profileInfo()
This commit is contained in:
parent
8853821db2
commit
bb0cf686df
@ -187,7 +187,7 @@ class Message extends Managed_DataObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
$act->actor = ActivityObject::fromProfile($profile);
|
$act->actor = ActivityObject::fromProfile($profile);
|
||||||
$act->actor->extra[] = $profile->profileInfo();
|
$act->actor->extra[] = $profile->profileInfo(null);
|
||||||
|
|
||||||
$act->verb = ActivityVerb::POST;
|
$act->verb = ActivityVerb::POST;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user