Fix wrong variable name in ping_init

Cette révision appartient à :
Hypolite Petovan 2020-11-21 23:09:27 -05:00
Parent 2dd56bcb0d
révision 055192bd19
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

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