diff --git a/actions/deleteuser.php b/actions/deleteuser.php index 48ad9272e04b8a10f30caef25edadda02fdb6385..6b74575ab435e0d149b53ef788ca4fafde95c4d5 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() {