diff options
| author | Frederic Guillot <fred@kanboard.net> | 2015-10-12 17:49:30 -0400 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2015-10-12 17:49:30 -0400 |
| commit | 7d458cd5004d026dec0c41bbb1daacb259a52cfb (patch) | |
| tree | 5afa8d858145a3507a72d0e323a552aa97ba671e /app/Controller/UserImport.php | |
| parent | e515f37435db6cf883215f13f02391d8b2107d47 (diff) | |
Add CSV import for tasks
Diffstat (limited to 'app/Controller/UserImport.php')
| -rw-r--r-- | app/Controller/UserImport.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/UserImport.php b/app/Controller/UserImport.php index e31ddbbb..9c27aa06 100644 --- a/app/Controller/UserImport.php +++ b/app/Controller/UserImport.php @@ -49,7 +49,7 @@ class UserImport extends Base $this->session->flash(t('%d user(s) have been imported successfully.', $this->userImport->counter)); } else { - $this->session->flash(t('Nothing have been imported!')); + $this->session->flashError(t('Nothing have been imported!')); } $this->response->redirect($this->helper->url->to('userImport', 'step1')); |
