Fix another issue with the todo library

Este commit está contenido en:
Timothy Warren 2014-08-15 14:45:15 -04:00
padre 838f4ca36d
commit 4334d40ecb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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