From 332127401fac10366681755a570875ff550d7e76 Mon Sep 17 00:00:00 2001 From: Prof Langues Date: Thu, 8 Oct 2020 12:55:19 +0200 Subject: [PATCH] Notifications --- core/module/user/user.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/core/module/user/user.php b/core/module/user/user.php index 838ca97c..c05bb350 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -620,19 +620,19 @@ class user extends common { $item['notification'] = template::ico('comment') ; } } - // Création du tableau de confirmation - self::$users[] = [ - $userId, - $item['nom'], - $item['prenom'], - self::$groups[$item['groupe']], - $item['prenom'], - $item['email'], - $item['notification'] - ]; } else { $item['notification'] = template::ico('cancel'); } + // Création du tableau de confirmation + self::$users[] = [ + $userId, + $item['nom'], + $item['prenom'], + self::$groups[$item['groupe']], + $item['prenom'], + $item['email'], + $item['notification'] + ]; } if (empty(self::$users)) { $notification = 'Rien à importer' ;