]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/all.php
better output for registration confirmation
[quix0rs-gnu-social.git] / actions / all.php
index db89e5d838a162e970fd2b5120e8a2d212292c1d..96f688f72083dbf9a94b9ee95f27647458a42fe7 100644 (file)
@@ -185,9 +185,9 @@ class AllAction extends ProfileAction
 
     function showSections()
     {
-        $this->showSubscriptions();
         $ibs = new InviteButtonSection($this);
         $ibs->show();
+        $this->showSubscriptions();
         $this->showSubscribers();
         $this->showGroups();
         $this->showLists();