From: Hannes Mannerheim Date: Mon, 20 Oct 2014 14:25:42 +0000 (+0200) Subject: shows which user we are confirming to delete X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=54e27bc30c30d007492cd55dcc52d3bbfe7df8d4;p=quix0rs-gnu-social.git shows which user we are confirming to delete --- 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() {