Close the collection object

This commit is contained in:
Evan Prodromou 2013-05-29 17:03:08 -04:00
parent a9f4575d31
commit 1662ccccce
1 changed files with 1 additions and 1 deletions

View File

@ -318,6 +318,6 @@ class UserActivityStream extends AtomUserNoticeFeed
require_once INSTALLDIR.'/lib/activitystreamjsondocument.php';
fwrite($handle, '{"items": [');
$this->renderEntries(Feed::JSON, $handle);
fwrite($handle, ']');
fwrite($handle, ']}');
}
}