Changeset 4200

Show
Ignore:
Timestamp:
03/05/08 10:10:07 (9 months ago)
Author:
chrisz
Message:

Forgot to rename something in r4198.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/turbogears/identity/saprovider.py

    r4199 r4200  
    126126    def logout(self): 
    127127        """Remove the link between this identity and the visit.""" 
    128         visit =self.visit 
     128        visit = self.visit_link 
    129129        if visit: 
    130130            session.delete(visit) 
  • branches/1.1/turbogears/identity/saprovider.py

    r4199 r4200  
    121121    def logout(self): 
    122122        """Remove the link between this identity and the visit.""" 
    123         visit =self.visit_link 
     123        visit = self.visit_link 
    124124        if visit: 
    125125            session.delete(visit)