Fix notice
This commit is contained in:
parent
3aa255c6a1
commit
3efbf1beb7
|
@ -116,7 +116,7 @@ class Community extends BaseModule
|
||||||
DI::page()['aside'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('widget/community_accounts.tpl'), [
|
DI::page()['aside'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('widget/community_accounts.tpl'), [
|
||||||
'$title' => DI::l10n()->t('Accounts'),
|
'$title' => DI::l10n()->t('Accounts'),
|
||||||
'$content' => self::$content,
|
'$content' => self::$content,
|
||||||
'$accounttype' => $parameters['accounttype'],
|
'$accounttype' => ($parameters['accounttype'] ?? ''),
|
||||||
'$all' => DI::l10n()->t('All'),
|
'$all' => DI::l10n()->t('All'),
|
||||||
'$person' => DI::l10n()->t('Persons'),
|
'$person' => DI::l10n()->t('Persons'),
|
||||||
'$organisation' => DI::l10n()->t('Organisations'),
|
'$organisation' => DI::l10n()->t('Organisations'),
|
||||||
|
|
Loading…
Reference in a new issue