fix syntax error
This commit is contained in:
parent
4bd6cf5652
commit
6c4054c20b
@ -11,7 +11,7 @@ class Email_resend extends \Zotlabs\Web\Controller {
|
||||
|
||||
if($_POST['token']) {
|
||||
if(! account_approve(trim($_POST['token']))) {
|
||||
notice('Token verification failed.')
|
||||
notice(t('Token verification failed.'));
|
||||
}
|
||||
}
|
||||
|
||||
@ -45,4 +45,4 @@ class Email_resend extends \Zotlabs\Web\Controller {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user