mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[CAT] Fixed a user_id bug when updating the radio entry.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user