Bad variable in Message::asActivity()

This commit is contained in:
Evan Prodromou 2013-06-08 21:04:51 -04:00
parent ce451c0018
commit 806f7d439a
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($cur);
$act->actor->extra[] = $profile->profileInfo();
$act->verb = ActivityVerb::POST;