aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Email_resend.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-01-27 23:55:44 +0100
committerMario Vavti <mario@mariovavti.com>2018-01-27 23:55:44 +0100
commit6c4054c20bf2e9c843b065318dd252233513f201 (patch)
treed0978bb99bf3458297d10c49f274280df3078944 /Zotlabs/Module/Email_resend.php
parent4bd6cf56528a69a35d4666bb88478b94730ed8a4 (diff)
downloadvolse-hubzilla-6c4054c20bf2e9c843b065318dd252233513f201.tar.gz
volse-hubzilla-6c4054c20bf2e9c843b065318dd252233513f201.tar.bz2
volse-hubzilla-6c4054c20bf2e9c843b065318dd252233513f201.zip
fix syntax error
Diffstat (limited to 'Zotlabs/Module/Email_resend.php')
-rw-r--r--Zotlabs/Module/Email_resend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Email_resend.php b/Zotlabs/Module/Email_resend.php
index 367593b55..57a82ebda 100644
--- a/Zotlabs/Module/Email_resend.php
+++ b/Zotlabs/Module/Email_resend.php
@@ -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 {
}
-} \ No newline at end of file
+}