forked from GNUsocial/gnu-social
Close the collection object
This commit is contained in:
parent
2f5cdbb9c1
commit
2a3abf8850
@ -318,6 +318,6 @@ class UserActivityStream extends AtomUserNoticeFeed
|
|||||||
require_once INSTALLDIR.'/lib/activitystreamjsondocument.php';
|
require_once INSTALLDIR.'/lib/activitystreamjsondocument.php';
|
||||||
fwrite($handle, '{"items": [');
|
fwrite($handle, '{"items": [');
|
||||||
$this->renderEntries(Feed::JSON, $handle);
|
$this->renderEntries(Feed::JSON, $handle);
|
||||||
fwrite($handle, ']');
|
fwrite($handle, ']}');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user