172. satır bu şekilde.
    public function destek($where = array())
    {
        return $this->db->join('kullanici', 'kullanici.kullanici_id = talep.kullanici_id')->where($where)->get('talep')->row();
    }
Bu hatayı nasıl düzeltebilirim?