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