mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:10:11 +00:00
Refactor dynamic App::getConfig() to static DI::config()
This commit is contained in:
parent
2bb9e46be3
commit
fceb4f3823
21 changed files with 38 additions and 66 deletions
|
@ -198,7 +198,7 @@ class Register extends BaseModule
|
|||
|
||||
$arr['blocked'] = $blocked;
|
||||
$arr['verified'] = $verified;
|
||||
$arr['language'] = L10nClass::detectLanguage($_SERVER, $_GET, $a->getConfig()->get('system', 'language'));
|
||||
$arr['language'] = L10nClass::detectLanguage($_SERVER, $_GET, DI::config()->get('system', 'language'));
|
||||
|
||||
try {
|
||||
$result = Model\User::create($arr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue