mirror of
https://github.com/friendica/friendica
synced 2025-04-29 01:44:22 +02:00
Move getEnabledList into AddonHelper
This commit is contained in:
parent
91bd6089b5
commit
5504fdcd06
4 changed files with 22 additions and 1 deletions
|
@ -177,7 +177,7 @@ class Summary extends BaseAdmin
|
|||
'$platform' => App::PLATFORM,
|
||||
'$codename' => App::CODENAME,
|
||||
'$build' => DI::config()->get('system', 'build'),
|
||||
'$addons' => [DI::l10n()->t('Active addons'), Addon::getEnabledList()],
|
||||
'$addons' => [DI::l10n()->t('Active addons'), DI::addonHelper()->getEnabledList()],
|
||||
'$serversettings' => $server_settings,
|
||||
'$warningtext' => $warningtext,
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue