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() {