mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fixed ci/this (2nd one)
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
$data['user_id'] = $user_id;
|
||||
$data['operator'] = $operator;
|
||||
$this->db->insert('cat', $data);
|
||||
if (($this->ci->config->item('mqtt_server') ?? '') != '') {
|
||||
if (($this->config->item('mqtt_server') ?? '') != '') {
|
||||
$this->mh->wl_event('cat/'.$user_id, json_encode(array_merge($data,$eventdata)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user