mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
Move L10n::getCurrentLang() calls to DI::l10n()->getCurrentLang() calls
This commit is contained in:
parent
cb4ad529f4
commit
d83f6335eb
5 changed files with 5 additions and 5 deletions
|
@ -1165,7 +1165,7 @@ function settings_content(App $a)
|
|||
}
|
||||
|
||||
/* Installed langs */
|
||||
$lang_choices = L10n::getAvailableLanguages();
|
||||
$lang_choices = DI::l10n()->getAvailableLanguages();
|
||||
|
||||
/// @TODO Fix indending (or so)
|
||||
$o .= Renderer::replaceMacros($stpl, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue