mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-21 17:45:17 +00:00
Fix typo
This commit is contained in:
@ -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!");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user