mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added cron job and debug button
This commit is contained in:
@@ -706,6 +706,10 @@ class Update extends CI_Controller {
|
||||
}
|
||||
|
||||
public function update_vucc_grids() {
|
||||
// set the last run in cron table for the correct cron id
|
||||
$this->load->model('cron_model');
|
||||
$this->cron_model->set_last_run($this->router->class . '_' . $this->router->method);
|
||||
|
||||
$this->load->model('Update_model');
|
||||
$this->Update_model->update_vucc_grids();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user