Fix wrong variable name in ping_init

Este commit está contenido en:
Hypolite Petovan 2020-11-21 23:09:27 -05:00
padre 2dd56bcb0d
commit 055192bd19
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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