stick with lowercase here

This commit is contained in:
HB9HIL
2024-09-11 10:12:56 +02:00
parent 3054b59891
commit ef2dc490a0

View File

@@ -295,9 +295,9 @@ class adif extends CI_Controller {
$this->load->model('logbook_model');
if (!$this->load->is_loaded('Adif_parser')) {
$this->load->library('Adif_parser');
}
if (!$this->load->is_loaded('adif_parser')) {
$this->load->library('adif_parser');
}
$this->adif_parser->load_from_file('./uploads/'.$data['upload_data']['file_name']);