fix syntax error

This commit is contained in:
Mario Vavti 2018-01-27 23:55:44 +01:00
parent 4bd6cf5652
commit 6c4054c20b

View File

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