X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhcard.php;h=07c551ebdb8402bf89f0e1b5afbac3b2296c1172;hb=1ab965c9440a32ab241c9f5e06bea1f7ebb202fd;hp=1c00743106fc079a4493c0b01267d013dec56543;hpb=39ff6e9ce9251fe69b56ba05ea7bdc1896f34de2;p=friendica.git diff --git a/mod/hcard.php b/mod/hcard.php index 1c00743106..07c551ebdb 100644 --- a/mod/hcard.php +++ b/mod/hcard.php @@ -4,6 +4,7 @@ */ use Friendica\App; use Friendica\Core\Config; +use Friendica\Core\L10n; use Friendica\Core\System; use Friendica\Model\Profile; @@ -14,7 +15,7 @@ function hcard_init(App $a) if ($a->argc > 1) { $which = $a->argv[1]; } else { - notice(t('No profile') . EOL); + notice(L10n::t('No profile') . EOL); $a->error = 404; return; }