mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
set last run
This commit is contained in:
@@ -25,6 +25,9 @@ class Clublog extends CI_Controller {
|
||||
public function upload() {
|
||||
$this->load->model('clublog_model');
|
||||
|
||||
$this->load->model('cron_model');
|
||||
$this->cron_model->set_last_run('upload_clublog');
|
||||
|
||||
$users = $this->clublog_model->get_clublog_users();
|
||||
|
||||
foreach ($users as $user) {
|
||||
|
||||
Reference in New Issue
Block a user