]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/deleteuser.php
Don't send multiple error responses in ApiMediaUpload :)
[quix0rs-gnu-social.git] / 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() {