From 27f5ee63d252799c2a82e3981c48561f4a0a49e5 Mon Sep 17 00:00:00 2001 From: int2001 Date: Tue, 9 Sep 2025 11:55:32 +0000 Subject: [PATCH] Nextrun to correct value --- application/controllers/Dcl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Dcl.php b/application/controllers/Dcl.php index 87449d46a..d4a4f70f1 100644 --- a/application/controllers/Dcl.php +++ b/application/controllers/Dcl.php @@ -68,7 +68,7 @@ class Dcl extends CI_Controller { $data['page_title'] = __("DCL"); $this->load->model('cron_model'); - $data['next_run'] = $this->cron_model->get_next_run("dcl_dcl_upload"); + $data['next_run'] = $this->cron_model->get_next_run("sync_dcl"); // Load Views $this->load->view('interface_assets/header', $data);