mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 19:42:30 +00:00
stick with lowercase here
This commit is contained in:
@@ -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']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user