[-] MO : #PSTEST-303 - Send email verification

This commit is contained in:
mDeflotte
2012-01-11 13:43:53 +00:00
parent e5d9d38fca
commit df79dd792b
@@ -229,6 +229,8 @@ class Blocknewsletter extends Module
if (!$token = $this->getToken($email, $register_status))
return $this->error = $this->l('Error during subscription');
$this->sendVerificationEmail($email, $token);
return $this->valid = $this->l('A verification email has been sent. Please check your email.');
}
else