mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Use existing error message (with hint)
This commit is contained in:
@@ -1177,7 +1177,7 @@ class User extends CI_Controller {
|
||||
log_message('debug', 'First Login Wizard Form Data: '.print_r($stationdata, true));
|
||||
|
||||
if (!$this->check_locator($stationdata['station_locator'])) {
|
||||
$this->session->set_flashdata('fl_wiz_error', __("Invalid Locator!"));
|
||||
$this->session->set_flashdata('fl_wiz_error', sprintf(__("Please check value for grid locator (%s)"), strtoupper($stationdata['station_locator'])));
|
||||
redirect('dashboard');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user