Fix another issue with the todo library

This commit is contained in:
Timothy Warren 2014-08-15 14:45:15 -04:00
부모 838f4ca36d
커밋 4334d40ecb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -386,7 +386,7 @@ class Todo {
->where('id', $uid)
->update('user');
return ($this->db->affected_rows == 1);
return ($this->CI->db->affected_rows == 1);
}
// --------------------------------------------------------------------------