Remove duplicate loading lib

This commit is contained in:
phl0
2025-05-07 16:49:00 +02:00
parent 5078a59bed
commit af9269fdbf

View File

@@ -115,7 +115,6 @@ class Station extends CI_Controller
$data['copy_from'] = $data['my_station_profile']->station_id;
$data['my_station_profile']->station_id = NULL;
$data['my_station_profile']->station_profile_name = '';
$this->load->library('form_validation');
$this->form_validation->set_rules('gridsquare', 'Locator', 'callback_check_locator');
if ($this->form_validation->run() == FALSE) {