Fix another issue with the todo library

このコミットが含まれているのは:
Timothy Warren 2014-08-15 14:45:15 -04:00
コミット 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);
}
// --------------------------------------------------------------------------