Fix another issue with the todo library
This commit is contained in:
parent
838f4ca36d
commit
4334d40ecb
@ -386,7 +386,7 @@ class Todo {
|
|||||||
->where('id', $uid)
|
->where('id', $uid)
|
||||||
->update('user');
|
->update('user');
|
||||||
|
|
||||||
return ($this->db->affected_rows == 1);
|
return ($this->CI->db->affected_rows == 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --------------------------------------------------------------------------
|
// --------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user