Fix account tests

This commit is contained in:
Romain Neutron
2013-05-01 17:22:52 +02:00
parent dcfb6bfa40
commit f6e1f95669
8 changed files with 190 additions and 249 deletions

View File

@@ -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;
}