Commit 366cef16 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

nbUser => coutn(result)

parent 3cfa636e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ $canEffacer = $this->isAllowed(RolePrivileges::getResourceId(RolePrivileges:
                                }
                            ?>
                            <?php if($result): ?>
                                <i class="fas fa-user"></i> <?php echo $nbUser; ?>
                                <i class="fas fa-user"></i> <?php echo count($result); ?>
                            <?php else: ?>
                                <span class="text-warning"><i class="fas fa-exclamation-triangle"></i> Aucune méthode de calcul associée à ce rôle automatique.</span>
                            <?php endif; ?>