This commit is contained in:
Joerg (DJ7NT)
2024-10-18 16:07:33 +02:00
committed by GitHub
parent ba361604e6
commit ca2de516c6

View File

@@ -57,7 +57,7 @@ class Lotw extends CI_Controller {
$data['uploads_folder'] = $uploads_folder;
$this->load->model('cron_model');
$data['next_run'] = $this->cron_model->get_next_run("lotw_lotw_download");
$data['next_run'] = $this->cron_model->get_next_run("lotw_lotw_upload");
// Load Views
$this->load->view('interface_assets/header', $data);