]> git.mxchange.org Git - friendica.git/blobdiff - mod/oexchange.php
Move L10n::t() calls to DI::l10n()->t() calls
[friendica.git] / mod / oexchange.php
index 10d48338a436aabe6ca335737158d77b6f9edea2..d1b5523a42f373b4e05f9027e75318cf159a0770 100644 (file)
@@ -29,7 +29,7 @@ function oexchange_content(App $a) {
        }
 
        if (($a->argc > 1) && $a->argv[1] === 'done') {
-               info(L10n::t('Post successful.') . EOL);
+               info(DI::l10n()->t('Post successful.') . EOL);
                return;
        }