From 73cf914862eebb857911e77448ead93552559eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr> Date: Mon, 6 Apr 2020 08:55:55 +0200 Subject: [PATCH] =?UTF-8?q?Petite=20coquille=20qui=20emp=C3=AA=C4=89he=20l?= =?UTF-8?q?e=20msg=20de=20s'afficher=20si=20on=20est=20connect=C3=A9=20san?= =?UTF-8?q?s=20r=C3=B4le=20ni=20statut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 1ed6b1bfbd2063af3f1c03890267e16def14b59f) --- module/Application/view/application/index/index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Application/view/application/index/index.phtml b/module/Application/view/application/index/index.phtml index 41bc6a65b5..632f493628 100755 --- a/module/Application/view/application/index/index.phtml +++ b/module/Application/view/application/index/index.phtml @@ -56,7 +56,7 @@ $onlyIntervenant = $intervenant && (null == $context->getSelectedIdentityRole()- } elseif ($context->getUtilisateur()->getAffectation()->count() == 0) { ?> <div class="alert alert-danger" role="alert"> - <?= connexionSansRoleNiStatut ?> + <?= $connexionSansRoleNiStatut ?> </div> <?php } -- GitLab