Changeset 11684
- Timestamp:
- May 18, 2009, 11:13:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/lib/user/sfOpenPNESecurityUser.class.php
r11652 r11684 193 193 public function logout() 194 194 { 195 $authMode = $this->getCurrentAuthMode(); 196 195 197 $this->setAuthenticated(false); 196 198 $this->getAttributeHolder()->removeNamespace('sfOpenPNESecurityUser'); 197 199 $this->clearCredentials(); 200 201 $this->setCurrentAuthMode($authMode); 198 202 } 199 203
Note: See TracChangeset
for help on using the changeset viewer.