mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Fixed error.
This commit is contained in:
		@@ -106,7 +106,7 @@ class GroupsComponent {
 | 
			
		||||
		);
 | 
			
		||||
 | 
			
		||||
		if(count($data) < 1)
 | 
			
		||||
			throw new Exception("Group " + $id + " does not exists!");
 | 
			
		||||
			throw new Exception("Group " . $id . " does not exists!");
 | 
			
		||||
		
 | 
			
		||||
		return $data[0]["visibility"];
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user