Ticket #2778: sfGuardSecurityUser.class.php.patch
| File sfGuardSecurityUser.class.php.patch, 436 bytes (added by Alexander.Deruwe, 1 year ago) |
|---|
-
sfGuardSecurityUser.class.php
old new 120 120 // the user does not exist anymore in the database 121 121 $this->signOut(); 122 122 123 throw new sfException('The user does exist anymore in the database.');123 throw new sfException('The user does not exist in the database anymore.'); 124 124 } 125 125 } 126 126