Fix wrong variable name in ping_init

このコミットが含まれているのは:
Hypolite Petovan 2020-11-21 23:09:27 -05:00
コミット 055192bd19
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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