forked from GNUsocial/gnu-social
Bad variable in Message::asActivity()
This commit is contained in:
parent
ce451c0018
commit
806f7d439a
@ -187,7 +187,7 @@ class Message extends Managed_DataObject
|
||||
}
|
||||
|
||||
$act->actor = ActivityObject::fromProfile($profile);
|
||||
$act->actor->extra[] = $profile->profileInfo($cur);
|
||||
$act->actor->extra[] = $profile->profileInfo();
|
||||
|
||||
$act->verb = ActivityVerb::POST;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user