1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-25 15:37:24 +02:00

Beaucoup de petites modifications

This commit is contained in:
galaxyoyo
2019-10-06 13:29:20 +02:00
parent 8ab6a7a3aa
commit 866d4a2744
15 changed files with 107 additions and 19 deletions

View File

@ -92,6 +92,6 @@ class AttributeTeam
}
if ($team != null)
$documents = $user->getAllDocuments($team->getProblem());
$documents = $user->getAllDocuments();
require_once "server_files/views/informations.php";