mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-12-02 10:16:35 +00:00
Fix typo
This commit is contained in:
parent
1f659d3c4c
commit
74e6549897
@ -330,7 +330,7 @@ class friendsController{
|
|||||||
|
|
||||||
//Update status
|
//Update status
|
||||||
if(!components()->friends->set_can_post_texts(userID, $friendID, $can_post_texts))
|
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
|
//Success
|
||||||
return array("success" => "Updated authorization status !");
|
return array("success" => "Updated authorization status !");
|
||||||
|
Loading…
Reference in New Issue
Block a user