This commit is contained in:
Pierre HUBERT 2019-12-30 13:51:15 +01:00
parent 5c3be90945
commit 1f659d3c4c

View File

@ -393,7 +393,7 @@ class accountController {
user_login_required();
check_post_password(userID, "password");
//Try to delet the account
//Try to delete the account
if(!components()->account->delete(userID))
Rest_fatal_error(500, "An error occurred while trying to delete your account!");