Follow state of a conversation can be updated

This commit is contained in:
Pierre
2017-06-18 10:07:52 +02:00
parent b1e340e0c1
commit 952779f527
7 changed files with 84 additions and 15 deletions

View File

@ -39,7 +39,7 @@ class friendsController{
Rest_fatal_error(501, "Please check your parametres !");
//Extract informations and process request
$friendID = $_POST['friendID']*1;
$friendID = toInt($_POST['friendID']);
$acceptRequest = $_POST['accept'] == "true";
//Try to perform request