mirror of
https://github.com/friendica/friendica
synced 2025-04-26 18:30:11 +00: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
|
@ -414,7 +414,7 @@ class Site extends BaseAdminModule
|
|||
parent::content($parameters);
|
||||
|
||||
/* Installed langs */
|
||||
$lang_choices = L10n::getAvailableLanguages();
|
||||
$lang_choices = DI::l10n()->getAvailableLanguages();
|
||||
|
||||
if (strlen(Config::get('system', 'directory_submit_url')) &&
|
||||
!strlen(Config::get('system', 'directory'))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue