déclaration notification et success

This commit is contained in:
Prof Langues 2020-10-06 15:56:49 +02:00
parent 61fb84d594
commit 2f97898e6e
1 changed files with 2 additions and 0 deletions

View File

@ -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);