Merge pull request #9575 from MrPetovan/bug/9564-registration-ping

Fix wrong variable name in ping_init
This commit is contained in:
Michael Vogel 2020-11-22 07:51:23 +01:00 committed by GitHub
commit 5bcfb4a9d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ function ping_init(App $a)
'seen' => false,
'message' => DI::l10n()->t('{0} requested registration'),
];
$notifs[] = $notif;
$notifications[] = $notif;
}
} else {
$notif = [