]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_confirm.php
Revert use statement
[friendica.git] / mod / dfrn_confirm.php
index 5994e14ade41dd5c3330f239d2af2c89c4de414e..a712e439f725e5ee72c5049040c29b2d6e739174 100644 (file)
@@ -256,7 +256,7 @@ function dfrn_confirm_post(App $a, $handsfree = null)
                        $message = unxmlify($xml->message);   // human readable text of what may have gone wrong.
                        switch ($status) {
                                case 0:
-                                       info(t("Confirmation completed successfully.") . EOL);
+                                       info(L10n::t("Confirmation completed successfully.") . EOL);
                                        break;
                                case 1:
                                        // birthday paradox - generate new dfrn-id and fall through.