summaryrefslogtreecommitdiff
path: root/app/Controller/UserImport.php
diff options
context:
space:
mode:
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'));