mirror of
https://github.com/friendica/friendica
synced 2025-04-24 00:30:11 +00:00
Fix language (again ;-) )
This commit is contained in:
parent
eb024a3718
commit
79e69ee528
4 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@ class DBStructureTest extends DatabaseTest
|
|||
$logger = Factory\LoggerFactory::create('test', self::$dba, $config, self::$profiler);
|
||||
$baseUrl = new BaseURL($config, $_SERVER);
|
||||
$router = new App\Router();
|
||||
$l10n = new L10n(L10n::detectLanguage($config->get('system', 'language', 'en')),
|
||||
$l10n = new L10n(L10n::detectLanguage($config->get('system', 'language')),
|
||||
self::$dba,
|
||||
$logger);
|
||||
$this->app = new App(self::$dba, $config, self::$mode, $router, $baseUrl, $logger, self::$profiler, $l10n, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue