From 7d458cd5004d026dec0c41bbb1daacb259a52cfb Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 12 Oct 2015 17:49:30 -0400 Subject: Add CSV import for tasks --- app/Controller/UserImport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller/UserImport.php') 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')); -- cgit v1.2.3