mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix account tests
This commit is contained in:
@@ -409,6 +409,8 @@ class User_Adapter implements User_Interface, cache_cacheableInterface
|
||||
$stmt->execute(array(':password' => $password, ':usr_id' => $this->get_id()));
|
||||
$stmt->closeCursor();
|
||||
|
||||
$this->password = $password;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user