From faae8613cf7762272a23b01a0b8de5a8c93c77e8 Mon Sep 17 00:00:00 2001 From: Yohann Date: Sat, 26 Oct 2019 23:17:32 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20d'un=20probl=C3=A8me=20d'affichage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server_files/views/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_files/views/index.php b/server_files/views/index.php index 36177e7..3eed719 100644 --- a/server_files/views/index.php +++ b/server_files/views/index.php @@ -21,7 +21,7 @@ if (isset($_GET["edit"])) { ?> pour rejoindre une équipe, et ici pour en créer une. getParticipants()[2] == null || $_SESSION["team"]->getEncadrant() == null) { ?> + elseif ($_SESSION["team"]->getParticipants()[2] == null || $_SESSION["team"]->getEncadrantId() == null) { ?>
Votre équipe doit comporter au moins 3 personnes et un encadrant pour pouvoir participer. Pensez à transmettre le code d'accès aux autres membres de votre équipe, qui doivent elles aussi s'inscrire sur la plateforme :