mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-27 15:59:29 +00:00
Removed potentially harmfull line
This commit is contained in:
parent
55becbe2e9
commit
957c308e49
@ -359,7 +359,6 @@ class ConversationsController{
|
|||||||
if(!isset($_POST['last_message_id']))
|
if(!isset($_POST['last_message_id']))
|
||||||
Rest_fatal_error(400, "Please specify the ID of the last message you've got!");
|
Rest_fatal_error(400, "Please specify the ID of the last message you've got!");
|
||||||
|
|
||||||
$conversationID = toInt($_POST['conversationID']);
|
|
||||||
$last_message_id = toInt($_POST['last_message_id']);
|
$last_message_id = toInt($_POST['last_message_id']);
|
||||||
|
|
||||||
//Check if the current user can access the conversation
|
//Check if the current user can access the conversation
|
||||||
|
Loading…
Reference in New Issue
Block a user