Add CSV import for tasks
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user