mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 22:09:29 +00:00
Fix typo
This commit is contained in:
parent
5c3be90945
commit
1f659d3c4c
@ -393,7 +393,7 @@ class accountController {
|
|||||||
user_login_required();
|
user_login_required();
|
||||||
check_post_password(userID, "password");
|
check_post_password(userID, "password");
|
||||||
|
|
||||||
//Try to delet the account
|
//Try to delete the account
|
||||||
if(!components()->account->delete(userID))
|
if(!components()->account->delete(userID))
|
||||||
Rest_fatal_error(500, "An error occurred while trying to delete your account!");
|
Rest_fatal_error(500, "An error occurred while trying to delete your account!");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user