Added space in error message

This commit is contained in:
Pierre 2017-12-29 10:23:59 +01:00
parent 41f6e94c19
commit 3e7b31d7e1

View File

@ -51,7 +51,7 @@ class conversationsController{
//Check if a conversation was found
if(count($conversationsList) < 1)
Rest_fatal_error(401, "Users doesn't belong to the specified conversation,".
"or the conversation doesn't exists !");
" or the conversation doesn't exists !");
//Return conversation informations
return $conversationsList[0];