Fix set_timezone method

Este commit está contenido en:
Timothy Warren 2014-08-15 11:02:22 -04:00
padre 9b924c1424
commit 838f4ca36d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -382,7 +382,7 @@ class Todo {
*/
public function set_timezone($uid, $timezone)
{
$this->db->set('timezone', $timezone)
$this->CI->db->set('timezone', $timezone)
->where('id', $uid)
->update('user');