From 54e27bc30c30d007492cd55dcc52d3bbfe7df8d4 Mon Sep 17 00:00:00 2001 From: Hannes Mannerheim Date: Mon, 20 Oct 2014 16:25:42 +0200 Subject: [PATCH] shows which user we are confirming to delete --- actions/deleteuser.php | 2 ++ 1 file changed, 2 insertions(+) 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() {