forked from GNUsocial/gnu-social
Bad variable in Message::asActivity()
This commit is contained in:
parent
0a0aeed413
commit
f189d0b438
@ -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