shows which user we are confirming to delete

This commit is contained in:
Hannes Mannerheim 2014-10-20 16:25:42 +02:00
parent 4d4a0491f1
commit 54e27bc30c
1 changed files with 2 additions and 0 deletions

View File

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