]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/UserImport.php
Remove duplicate profile_uid key in App->profile array
[friendica.git] / src / Core / UserImport.php
index d48d179fa6540e89a0134e383c46a980f0c9be8c..c77674127af5b55e5f161f77f512b5a64b81be1d 100644 (file)
@@ -216,7 +216,7 @@ class UserImport
                        }
                }
                if ($errorcount > 0) {
-                       notice(L10n::tt("%d contact not imported", "%d contacts not imported", $errorcount));
+                       notice(DI::l10n()->tt("%d contact not imported", "%d contacts not imported", $errorcount));
                }
 
                foreach ($account['group'] as &$group) {