typo
This commit is contained in:
parent
bd0f63980b
commit
d99a51e5b7
@ -11,7 +11,7 @@ class Email_resend extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
if($_POST['token']) {
|
if($_POST['token']) {
|
||||||
if(! account_approve(trim($_POST['token']))) {
|
if(! account_approve(trim($_POST['token']))) {
|
||||||
notice('Token verification failed.')
|
notice('Token verification failed.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user