déclaration notification et success
This commit is contained in:
parent
61fb84d594
commit
2f97898e6e
@ -550,6 +550,8 @@ class user extends common {
|
|||||||
*/
|
*/
|
||||||
public function import() {
|
public function import() {
|
||||||
// Soumission du formulaire
|
// Soumission du formulaire
|
||||||
|
$notification = '';
|
||||||
|
$success = true;
|
||||||
if($this->isPost()) {
|
if($this->isPost()) {
|
||||||
// Lecture du CSV et construction du tableau
|
// Lecture du CSV et construction du tableau
|
||||||
$file = $this->getInput('userImportCSVFile',helper::FILTER_STRING_SHORT, true);
|
$file = $this->getInput('userImportCSVFile',helper::FILTER_STRING_SHORT, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user