]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/joingroup.php
Filling in missing endHTML calls for Action AJAX
[quix0rs-gnu-social.git] / actions / joingroup.php
index da61086b68fbd0e27a33cc3721465bdfc9d2c36c..af204698d85d9ae5ba1d7ac348fb64935340381e 100644 (file)
@@ -163,7 +163,7 @@ class JoingroupAction extends Action
             }
             $form->show();
             $this->elementEnd('body');
-            $this->elementEnd('html');
+            $this->endHTML();
         } else {
             common_redirect(common_local_url('groupmembers', array('nickname' =>
                                                                    $this->group->nickname)),