Fix another issue with the todo library

Этот коммит содержится в:
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);
}
// --------------------------------------------------------------------------