]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
shows which user we are confirming to delete
authorHannes Mannerheim <h@nnesmannerhe.im>
Mon, 20 Oct 2014 14:25:42 +0000 (16:25 +0200)
committerHannes Mannerheim <h@nnesmannerhe.im>
Mon, 20 Oct 2014 14:25:42 +0000 (16:25 +0200)
actions/deleteuser.php

index 48ad9272e04b8a10f30caef25edadda02fdb6385..6b74575ab435e0d149b53ef788ca4fafde95c4d5 100644 (file)
@@ -101,6 +101,8 @@ class DeleteuserAction extends ProfileFormAction
 
     function showContent() {
         $this->areYouSureForm();
+        $block = new AccountProfileBlock($this, $this->profile);
+        $block->show();        
     }
 
     function title() {