Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / lib / subscriberslist.php
diff --git a/lib/subscriberslist.php b/lib/subscriberslist.php
new file mode 100644 (file)
index 0000000..420456f
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+if (!defined('GNUSOCIAL')) { exit(1); }
+
+class SubscribersList extends SubscriptionList 
+{ 
+    function newListItem(Profile $profile) 
+    { 
+        return new SubscribersListItem($profile, $this->owner, $this->action); 
+    } 
+}