]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/leavegroup.php
Filling in missing endHTML calls for Action AJAX
[quix0rs-gnu-social.git] / actions / leavegroup.php
index 0d635ed0e244248303f4681bcbcdba2dc8b059a7..d92dd37de56b693c27033d0a1fe9a131251bbb01 100644 (file)
@@ -145,7 +145,7 @@ class LeavegroupAction extends Action
             $jf = new JoinForm($this, $this->group);
             $jf->show();
             $this->elementEnd('body');
-            $this->elementEnd('html');
+            $this->endHTML();
         } else {
             common_redirect(common_local_url('groupmembers', array('nickname' =>
                                                                    $this->group->nickname)),