Close the collection object
This commit is contained in:
parent
a9f4575d31
commit
1662ccccce
@ -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, ']}');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user