mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
forgot one binding
This commit is contained in:
@@ -303,7 +303,7 @@ class Oqrs_model extends CI_Model {
|
||||
$binding[] = $time;
|
||||
$binding[] = $this->session->userdata('user_id');
|
||||
|
||||
return $this->db->query($sql);;
|
||||
return $this->db->query($sql, $binding);
|
||||
}
|
||||
|
||||
function mark_oqrs_line_as_done($id) {
|
||||
|
||||
Reference in New Issue
Block a user