X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fapps.php;h=85a3d9fe26cda9a87ad0dd790cdf921265f71fa6;hb=a2fc1be187fef508e304cb90279cb995b765787c;hp=0c0df76544ed6ca2a3fb97e05653bef278593a45;hpb=1f58bcc114928a5a3cd97bd0de34a5aa7d585931;p=friendica.git diff --git a/mod/apps.php b/mod/apps.php index 0c0df76544..85a3d9fe26 100644 --- a/mod/apps.php +++ b/mod/apps.php @@ -1,25 +1,30 @@ apps) == 0) { - notice(t('No installed applications.') . EOL); + notice(L10n::t('No installed applications.') . EOL); } $tpl = get_markup_template('apps.tpl'); - return replace_macros($tpl, array( + return replace_macros($tpl, [ '$title' => $title, '$apps' => $a->apps, - )); + ]); }