X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fdeletegroup.php;h=87f518eb41ca22b702cae9db8b5479bd32012785;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=cc338b0ad2401826cf91aa9b0418d30dcf616750;hpb=d4e76bc25b5bdcb47d8d267fcb7b9f3b9f0b9585;p=quix0rs-gnu-social.git diff --git a/actions/deletegroup.php b/actions/deletegroup.php index cc338b0ad2..87f518eb41 100644 --- a/actions/deletegroup.php +++ b/actions/deletegroup.php @@ -171,6 +171,8 @@ class DeletegroupAction extends RedirectingAction function showContent() { $this->areYouSureForm(); + $block = new GroupProfileBlock($this, $this->group); + $block->show(); } /**