]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - lib/subscriberslist.php
Note in the debug log if we render the HTML of a message
[quix0rs-gnu-social.git] / lib / subscriberslist.php
1 <?php
2
3 if (!defined('GNUSOCIAL')) { exit(1); }
4
5 class SubscribersList extends SubscriptionList 
6
7     function newListItem(Profile $profile) 
8     { 
9         return new SubscribersListItem($profile, $this->owner, $this->action); 
10     } 
11 }