X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fdeleteuser.php;h=6b74575ab435e0d149b53ef788ca4fafde95c4d5;hb=2c5cba28b6a8e13a58fe7584835340aa9779b146;hp=48ad9272e04b8a10f30caef25edadda02fdb6385;hpb=c00491cd7a29a9ef16d6e6bfa54505d4c9a522fe;p=quix0rs-gnu-social.git diff --git a/actions/deleteuser.php b/actions/deleteuser.php index 48ad9272e0..6b74575ab4 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() {