mirror of
https://github.com/friendica/friendica
synced 2025-04-27 17:10:10 +00:00
Move Config::get() to DI::config()->get()
This commit is contained in:
parent
5d294e8be8
commit
6c36fd9e01
126 changed files with 581 additions and 596 deletions
|
@ -123,7 +123,7 @@ class Federation extends BaseAdminModule
|
|||
'$page' => DI::l10n()->t('Federation Statistics'),
|
||||
'$intro' => $intro,
|
||||
'$hint' => $hint,
|
||||
'$autoactive' => Config::get('system', 'poco_completion'),
|
||||
'$autoactive' => DI::config()->get('system', 'poco_completion'),
|
||||
'$counts' => $counts,
|
||||
'$version' => FRIENDICA_VERSION,
|
||||
'$legendtext' => DI::l10n()->t('Currently this node is aware of %d nodes with %d registered users from the following platforms:', $total, $users),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue