Nextrun to correct value

This commit is contained in:
int2001
2025-09-09 11:55:32 +00:00
parent 7fecad2057
commit 27f5ee63d2

View File

@@ -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);