summaryrefslogtreecommitdiff
path: root/app/Controller/UserImport.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-10-12 17:49:30 -0400
committerFrederic Guillot <fred@kanboard.net>2015-10-12 17:49:30 -0400
commit7d458cd5004d026dec0c41bbb1daacb259a52cfb (patch)
tree5afa8d858145a3507a72d0e323a552aa97ba671e /app/Controller/UserImport.php
parente515f37435db6cf883215f13f02391d8b2107d47 (diff)
Add CSV import for tasks
Diffstat (limited to 'app/Controller/UserImport.php')
-rw-r--r--app/Controller/UserImport.php2
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'));