1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-26 01:47:28 +02:00

Une équipe ne peut pas recevoir de vidéos d'une autre équipe non participante

This commit is contained in:
Yohann
2019-11-17 12:41:03 +01:00
parent d135147939
commit 65ef31e4e6
3 changed files with 6 additions and 5 deletions

View File

@ -102,7 +102,7 @@ class UpdateVideoTeams
}
}
$other_teams = Team::getAllTeams($team->getProblem());
$other_teams = Team::getAllTeams($team->getProblem(), true);
$documents = Document::getAllDocuments($team->getProblem(), $team->getId());
require_once "server_files/views/equipe.php";