mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Added space in error message
This commit is contained in:
		@@ -51,7 +51,7 @@ class conversationsController{
 | 
				
			|||||||
		//Check if a conversation was found
 | 
							//Check if a conversation was found
 | 
				
			||||||
		if(count($conversationsList) < 1)
 | 
							if(count($conversationsList) < 1)
 | 
				
			||||||
			Rest_fatal_error(401, "Users doesn't belong to the specified conversation,".
 | 
								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 conversation informations
 | 
				
			||||||
		return $conversationsList[0];
 | 
							return $conversationsList[0];
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user