Fix notice

This commit is contained in:
Michael 2020-09-26 18:59:31 +00:00
parent 3aa255c6a1
commit 3efbf1beb7
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class Community extends BaseModule
DI::page()['aside'] .= Renderer::replaceMacros(Renderer::getMarkupTemplate('widget/community_accounts.tpl'), [
'$title' => DI::l10n()->t('Accounts'),
'$content' => self::$content,
'$accounttype' => $parameters['accounttype'],
'$accounttype' => ($parameters['accounttype'] ?? ''),
'$all' => DI::l10n()->t('All'),
'$person' => DI::l10n()->t('Persons'),
'$organisation' => DI::l10n()->t('Organisations'),