mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Can send registration request.
This commit is contained in:
		@@ -174,7 +174,7 @@ class GroupsComponent {
 | 
			
		||||
	 * @param GroupMember $member Information about the member to insert
 | 
			
		||||
	 * @return bool TRUE for a success / FALSE else
 | 
			
		||||
	 */
 | 
			
		||||
	private function insertMember(GroupMember $member) : bool {
 | 
			
		||||
	public function insertMember(GroupMember $member) : bool {
 | 
			
		||||
		return db()->addLine(self::GROUPS_MEMBERS_TABLE, array(
 | 
			
		||||
			"groups_id" => $member->get_group_id(),
 | 
			
		||||
			"user_id" => $member->get_userID(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user