Fix wrong variable name in ping_init

这个提交包含在:
Hypolite Petovan 2020-11-21 23:09:27 -05:00
父节点 2dd56bcb0d
当前提交 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 = [