mirror of https://github.com/BOINC/boinc.git
admin web: fix warning
This commit is contained in:
parent
68f0492d69
commit
41a2b2c658
|
@ -301,7 +301,7 @@ BoincForumPrefs::lookup($user);
|
|||
|
||||
if (isset($_POST['delete_user'])) {
|
||||
delete_user($user);
|
||||
admin_page_head();
|
||||
admin_page_head("User deleted");
|
||||
echo "User $user->name ($user->id) deleted";
|
||||
admin_page_tail();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue