From 2f97898e6ec8bc2b0fc00460a67c863d03bf0565 Mon Sep 17 00:00:00 2001 From: Prof Langues Date: Tue, 6 Oct 2020 15:56:49 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9claration=20notification=20et=20success?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/user/user.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/module/user/user.php b/core/module/user/user.php index cd8e4b22..047dd7a3 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -550,6 +550,8 @@ class user extends common { */ public function import() { // Soumission du formulaire + $notification = ''; + $success = true; if($this->isPost()) { // Lecture du CSV et construction du tableau $file = $this->getInput('userImportCSVFile',helper::FILTER_STRING_SHORT, true);