X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fopenid.php;h=af7016c32b0dcd640566685786345f1e840026d3;hb=170e84e9f2da8d2fecd3a25d790b053b568cd45a;hp=1dac83d2d57d7d0580a7028efdc9a29f0214ad86;hpb=541d6ab8959fe3c069996e230def126c154da34d;p=friendica.git diff --git a/mod/openid.php b/mod/openid.php index 1dac83d2d5..af7016c32b 100644 --- a/mod/openid.php +++ b/mod/openid.php @@ -1,13 +1,17 @@ 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()); } @@ -108,7 +113,7 @@ function openid_content(App $a) { // NOTREACHED } } - notice( t('Login failed.') . EOL); + notice(L10n::t('Login failed.') . EOL); goaway(System::baseUrl()); // NOTREACHED }