mirror of
https://github.com/friendica/friendica
synced 2024-11-13 07:13:44 +01:00
Fix wrong variable name in ping_init
This commit is contained in:
parent
2dd56bcb0d
commit
055192bd19
|
@ -301,7 +301,7 @@ function ping_init(App $a)
|
|||
'seen' => false,
|
||||
'message' => DI::l10n()->t('{0} requested registration'),
|
||||
];
|
||||
$notifs[] = $notif;
|
||||
$notifications[] = $notif;
|
||||
}
|
||||
} else {
|
||||
$notif = [
|
||||
|
|
Loading…
Reference in a new issue