mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 16:42:28 +01:00 
			
		
		
		
	Ajouts & correction de bugs
This commit is contained in:
		@@ -39,7 +39,7 @@
 | 
			
		||||
    <div class="alert alert-info">
 | 
			
		||||
        <?php
 | 
			
		||||
        for ($i = 1; $i <= 2; ++$i) {
 | 
			
		||||
            if ($team->getEncadrants()[$i] == NULL)
 | 
			
		||||
            if ($team->getEncadrants()[$i - 1] == NULL)
 | 
			
		||||
                continue;
 | 
			
		||||
            $encadrant = User::fromId($team->getEncadrants()[$i - 1]);
 | 
			
		||||
            $id = $encadrant->getId();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user