gnu-social/lib/profilenoticelist.php
2015-03-12 15:53:28 +01:00

12 lines
204 B
PHP

<?php
if (!defined('GNUSOCIAL')) { exit(1); }
class ProfileNoticeList extends NoticeList
{
function newListItem($notice)
{
return new ProfileNoticeListItem($notice, $this->out);
}
}