added comments

This commit is contained in:
HB9HIL
2024-05-03 11:14:52 +02:00
parent 307f8bbe15
commit e929c62087
8 changed files with 21 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ class Clublog extends CI_Controller {
public function upload() {
$this->load->model('clublog_model');
// 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);