Add PoCo to Activity Streams JSON

This commit is contained in:
Zach Copley
2011-02-17 22:36:14 -08:00
parent 97af5e1954
commit 11f77b2fca
5 changed files with 75 additions and 1 deletions

View File

@@ -115,7 +115,6 @@ class ActivityStreamJSONDocument
$act = $notice->asActivity($cur);
$act->extra[] = $notice->noticeInfo($cur);
array_push($this->doc['items'], $act->asArray());
}