mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Functions and Calls
finish the other functions before returning to t() and tt()
This commit is contained in:
parent
c8ecc31405
commit
45f8000ba5
4 changed files with 15 additions and 9 deletions
|
@ -10,6 +10,7 @@ use Friendica\Content\Feature;
|
|||
use Friendica\Content\Text\Markdown;
|
||||
use Friendica\Core\Addon;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\L10n;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Core\Theme;
|
||||
use Friendica\Core\Worker;
|
||||
|
@ -1129,7 +1130,7 @@ function admin_page_site_post(App $a)
|
|||
function admin_page_site(App $a)
|
||||
{
|
||||
/* Installed langs */
|
||||
$lang_choices = get_available_languages();
|
||||
$lang_choices = 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