From ca2de516c68822b38e74e4e282b4dc56484c5636 Mon Sep 17 00:00:00 2001 From: "Joerg (DJ7NT)" Date: Fri, 18 Oct 2024 16:07:33 +0200 Subject: [PATCH] Typo --- application/controllers/Lotw.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 54a219d61..e2ecfca45 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -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);