mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-26 23:39:28 +00:00
Fix typo
This commit is contained in:
parent
1f659d3c4c
commit
74e6549897
@ -330,7 +330,7 @@ class friendsController{
|
||||
|
||||
//Update status
|
||||
if(!components()->friends->set_can_post_texts(userID, $friendID, $can_post_texts))
|
||||
Rest_fatal_error(500, "Coudl not update friendship status !");
|
||||
Rest_fatal_error(500, "Could not update friendship status !");
|
||||
|
||||
//Success
|
||||
return array("success" => "Updated authorization status !");
|
||||
|
Loading…
Reference in New Issue
Block a user