X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fdeleteuser.php;h=fd0beb80acd0b8b9b6d00e7bd64ea3d1bd5d846a;hb=ac5b7095b3c270c3a91a704afd7a47e0f4e180c1;hp=0b2a8fd0378ac32c416eb900bbc99dc3b0c0bcd6;hpb=dc5b302fe9ac5906bac29b279dc78ad2d2625536;p=quix0rs-gnu-social.git diff --git a/actions/deleteuser.php b/actions/deleteuser.php index 0b2a8fd037..fd0beb80ac 100644 --- a/actions/deleteuser.php +++ b/actions/deleteuser.php @@ -101,6 +101,8 @@ class DeleteuserAction extends ProfileFormAction function showContent() { $this->areYouSureForm(); + $block = new AccountProfileBlock($this, $this->profile); + $block->show(); } function title() {