mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Nextrun to correct value
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user