]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groups.php
Some adjustments to allow the Facebook app work with Laconica 0.8
[quix0rs-gnu-social.git] / actions / groups.php
index 26b52a5fcd4dde75618205ccb3716900a8a4d6b8..e20acce70656189098b60f6c66e7a0a6645ce6de 100644 (file)
@@ -129,4 +129,15 @@ class GroupsAction extends Action
         $gbm = new GroupsByMembersSection($this);
         $gbm->show();
     }
+
+    /**
+     * Output document relationship links
+     *
+     * @return void
+     */
+    function showRelationshipLinks()
+    {
+        $this->sequenceRelationships($this->page > 1, $this->count > NOTICES_PER_PAGE, // FIXME
+                                     $this->page, 'groups', array('nickname' => $this->group->nickname));
+    }
 }