Development

#2778: sfGuardSecurityUser.class.php.patch

You must first sign up to be able to contribute.

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  
    120120        // the user does not exist anymore in the database 
    121121        $this->signOut(); 
    122122 
    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.'); 
    124124      } 
    125125    } 
    126126