mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
typo
This commit is contained in:
@@ -178,7 +178,7 @@ class Stationsetup extends CI_Controller {
|
||||
$station_logbook_details_query = $this->logbooks_model->logbook(xss_clean($this->input->post('id', true)));
|
||||
$data['station_logbook_details'] = $station_logbook_details_query->row();
|
||||
$data['station_locations_linked'] = $this->logbooks_model->list_logbooks_linked($this->input->post('id', true));
|
||||
$data['page_title'] = __("Edit lined locations");
|
||||
$data['page_title'] = __("Edit linked locations");
|
||||
$this->load->view('stationsetup/linkedlocations', $data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user