Merge pull request #1326 from AndreasK79/cat_fix
[CAT] Fixed a user_id bug when updating the radio entry.
这个提交包含在:
当前提交
60c8575caa
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -41,7 +41,7 @@
|
|||
);
|
||||
|
||||
$this->db->where('id', $radio_id);
|
||||
$this->db->where('user_id', $this->session->userdata('user_id'));
|
||||
$this->db->where('user_id', $user_id);
|
||||
$this->db->update('cat', $data);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用