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

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 = [