remove duplicate email title

This commit is contained in:
Athou
2013-05-21 10:52:30 +02:00
parent 36e39b8c75
commit a9c0d37e86

View File

@@ -41,8 +41,7 @@ public class PasswordRecoveryPage extends BasePage {
user.setRecoverPasswordTokenDate(Calendar.getInstance()
.getTime());
userDAO.update(user);
mailService.sendMail(user,
"CommaFeed - Password recovery",
mailService.sendMail(user, "Password recovery",
buildEmailContent(user));
info("Email sent.");
} catch (Exception e) {