mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Move L10n::withLang() calls to DI::l10n()->withLang() calls
This commit is contained in:
parent
a9a36fb302
commit
d3255afa66
4 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ function user_allow($hash)
|
|||
Worker::add(PRIORITY_LOW, "Directory", $url);
|
||||
}
|
||||
|
||||
$l10n = L10n::withLang($register['language']);
|
||||
$l10n = DI::l10n()->withLang($register['language']);
|
||||
|
||||
$res = User::sendRegisterOpenEmail(
|
||||
$l10n,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue