X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fopenid.php;h=af7016c32b0dcd640566685786345f1e840026d3;hb=e74f186b3488dfe2eb607f21f7f3c53e8a392333;hp=613cd222f605e962301492f73f4a8d033fb9c7a7;hpb=f983712269ef9160d922363c0b3f760dc0662338;p=friendica.git diff --git a/mod/openid.php b/mod/openid.php index 613cd222f6..af7016c32b 100644 --- a/mod/openid.php +++ b/mod/openid.php @@ -1,12 +1,14 @@ config['register_policy'] == REGISTER_CLOSED) { - notice( t('Account not found and OpenID registration is not permitted on this site.') . EOL); + notice(L10n::t('Account not found and OpenID registration is not permitted on this site.') . EOL); goaway(System::baseUrl()); } @@ -111,7 +113,7 @@ function openid_content(App $a) { // NOTREACHED } } - notice( t('Login failed.') . EOL); + notice(L10n::t('Login failed.') . EOL); goaway(System::baseUrl()); // NOTREACHED }