kopia lustrzana https://github.com/magicbug/Cloudlog
Merge pull request #1326 from AndreasK79/cat_fix
[CAT] Fixed a user_id bug when updating the radio entry.pull/1340/head
commit
60c8575caa
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue